diff options
Diffstat (limited to 'numpy/__init__.py')
| -rw-r--r-- | numpy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index ffe3e6c1e..def3cac27 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -95,7 +95,7 @@ else: pkgload.__doc__ = PackageLoader.__call__.__doc__ - from testing.pkgtester import Tester + from testing import Tester test = Tester().test bench = Tester().bench |
