summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_index_tricks.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/tests/test_index_tricks.py')
-rw-r--r--numpy/lib/tests/test_index_tricks.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/numpy/lib/tests/test_index_tricks.py b/numpy/lib/tests/test_index_tricks.py
index 315bb3533..cdf20fcf9 100644
--- a/numpy/lib/tests/test_index_tricks.py
+++ b/numpy/lib/tests/test_index_tricks.py
@@ -1,9 +1,7 @@
from numpy.testing import *
set_package_path()
-import numpy.lib;reload(numpy.lib)
-from numpy import *
-from numpy.lib import *
+from numpy import array, ones, r_, mgrid
restore_path()
class test_grid(ScipyTestCase):