diff options
Diffstat (limited to 'numpy/lib/tests/test_index_tricks.py')
-rw-r--r-- | numpy/lib/tests/test_index_tricks.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/tests/test_index_tricks.py b/numpy/lib/tests/test_index_tricks.py index c5091909e..13d565b4c 100644 --- a/numpy/lib/tests/test_index_tricks.py +++ b/numpy/lib/tests/test_index_tricks.py @@ -1,8 +1,8 @@ from numpy.testing import * set_package_path() -import numpy.base;reload(numpy.base) -from numpy.base import * +import numpy.lib;reload(numpy.lib) +from numpy.lib import * restore_path() class test_grid(ScipyTestCase): |