diff options
Diffstat (limited to 'numpy/core/defmatrix.py')
-rw-r--r-- | numpy/core/defmatrix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/defmatrix.py b/numpy/core/defmatrix.py index 1707e49fd..97602918d 100644 --- a/numpy/core/defmatrix.py +++ b/numpy/core/defmatrix.py @@ -3,7 +3,7 @@ __all__ = ['matrix', 'bmat', 'mat', 'asmatrix'] import sys import numeric as N from numeric import concatenate, isscalar, binary_repr, identity -from numpy.lib.utils import issubdtype +from numerictypes import issubdtype # make translation table _table = [None]*256 |