Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_mathutils.py

    ra6f9ebf r319edae  
    11#! /usr/bin/env python
    22
    3 from unittest import main
    43from numpy.testing import TestCase, assert_equal
    54from numpy import array, arange, isnan, isinf
     
    102101
    103102if __name__ == '__main__':
     103    from unittest import main
    104104    main()
Note: See TracChangeset for help on using the changeset viewer.