diff options
Diffstat (limited to 'numpy/f2py')
-rw-r--r-- | numpy/f2py/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/f2py/__init__.py b/numpy/f2py/__init__.py index ef92114ed..50566ccc2 100644 --- a/numpy/f2py/__init__.py +++ b/numpy/f2py/__init__.py @@ -62,6 +62,6 @@ def compile(source, f.close() return status -from numpy.testing import Tester -test = Tester().test -bench = Tester().bench +from numpy.testing.nosetester import _numpy_tester +test = _numpy_tester().test +bench = _numpy_tester().bench |