Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_cvec.py

    r67f0092 rfc144a5  
    11#! /usr/bin/env python
    22
    3 from unittest import main
    43import numpy as np
    54from numpy.testing import TestCase, assert_equal
     
    142141
    143142if __name__ == '__main__':
     143    from unittest import main
    144144    main()
Note: See TracChangeset for help on using the changeset viewer.