diff options
Diffstat (limited to 'numpy/core/ma.py')
-rw-r--r-- | numpy/core/ma.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/ma.py b/numpy/core/ma.py index 3354f49c2..54157f22f 100644 --- a/numpy/core/ma.py +++ b/numpy/core/ma.py @@ -13,7 +13,7 @@ import umath import oldnumeric from numeric import newaxis, ndarray, inf from oldnumeric import typecodes, amax, amin -from numerictypes import * +from numerictypes import bool_ import numeric import warnings |