From cec9a2ee40ef84dab429e71825ea9c4c9765aa40 Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Thu, 5 Jan 2006 10:40:20 +0000 Subject: Cleaning up __all__ list and numpy namespace. --- numpy/lib/tests/test_index_tricks.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/lib/tests/test_index_tricks.py') diff --git a/numpy/lib/tests/test_index_tricks.py b/numpy/lib/tests/test_index_tricks.py index 13d565b4c..315bb3533 100644 --- a/numpy/lib/tests/test_index_tricks.py +++ b/numpy/lib/tests/test_index_tricks.py @@ -2,6 +2,7 @@ from numpy.testing import * set_package_path() import numpy.lib;reload(numpy.lib) +from numpy import * from numpy.lib import * restore_path() -- cgit v1.2.1