From 0838fa5177a802345d1bab2bc6cbdf36bc57d7bd Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Sun, 19 Mar 2006 01:25:20 +0000 Subject: remove 'from numerictypes import *' --- numpy/core/ma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/ma.py') 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 -- cgit v1.2.1