summaryrefslogtreecommitdiff
path: root/numpy/ma/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/__init__.py')
-rw-r--r--numpy/ma/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/__init__.py b/numpy/ma/__init__.py
index af3468b01..fbefc47a4 100644
--- a/numpy/ma/__init__.py
+++ b/numpy/ma/__init__.py
@@ -51,6 +51,6 @@ __all__ = ['core', 'extras']
__all__ += core.__all__
__all__ += extras.__all__
-from numpy.testing.nosetester import _numpy_tester
+from numpy.testing import _numpy_tester
test = _numpy_tester().test
bench = _numpy_tester().bench