From 5a765123d45616661f7d61f322ce8ba4a518e1aa Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 4 Jan 2006 19:30:36 +0000 Subject: Fixed lib --- numpy/lib/machar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/lib/machar.py') diff --git a/numpy/lib/machar.py b/numpy/lib/machar.py index e00d112ef..55659dbaa 100644 --- a/numpy/lib/machar.py +++ b/numpy/lib/machar.py @@ -7,8 +7,8 @@ __all__ = ['MachAr'] -from numeric import array -from oldnumeric import any +from numpy.core.numeric import array +from numpy.core.oldnumeric import any # Need to speed this up...especially for longfloat -- cgit v1.2.1