summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/core.py')
-rw-r--r--numpy/ma/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py
index ce3a00fd8..fe8db4d0e 100644
--- a/numpy/ma/core.py
+++ b/numpy/ma/core.py
@@ -96,7 +96,7 @@ from numpy import array as narray
import numpy.core.umath as umath
import numpy.core.numerictypes as ntypes
-from numpy.lib.inspect import getargspec, formatargspec
+from numpy.compat import getargspec, formatargspec
from numpy import expand_dims as n_expand_dims
import warnings