From daf38f394fabdc9cecc8f2aadb3777e546679430 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Tue, 13 Oct 2009 08:29:14 +0000 Subject: ENH: move inspect copy into newly created compat module. --- numpy/ma/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/ma') 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 -- cgit v1.2.1