From e706c7d92c4ee41e8e995fb3838bd0931b57efb5 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 4 Jan 2006 19:00:27 +0000 Subject: Changed all references to scipy to numpy --- numpy/lib/tests/test_getlimits.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'numpy/lib/tests/test_getlimits.py') diff --git a/numpy/lib/tests/test_getlimits.py b/numpy/lib/tests/test_getlimits.py index 99a6f5160..5e8706895 100644 --- a/numpy/lib/tests/test_getlimits.py +++ b/numpy/lib/tests/test_getlimits.py @@ -1,11 +1,11 @@ """ Test functions for limits module. """ -from scipy.testing import * +from numpy.testing import * set_package_path() -import scipy.base;reload(scipy.base) -from scipy.base.getlimits import finfo -from scipy import single,double,longdouble +import numpy.base;reload(numpy.base) +from numpy.base.getlimits import finfo +from numpy import single,double,longdouble restore_path() ################################################## -- cgit v1.2.1