diff options
Diffstat (limited to 'numpy/numarray')
-rw-r--r-- | numpy/numarray/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/__init__.py b/numpy/numarray/__init__.py index b7736db3c..441ec4450 100644 --- a/numpy/numarray/__init__.py +++ b/numpy/numarray/__init__.py @@ -25,6 +25,6 @@ del functions del ufuncs del compat -from numpy.testing.pkgtester import Tester +from numpy.testing import Tester test = Tester().test bench = Tester().bench |