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/test_shape_base.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/lib/test_shape_base.py') diff --git a/numpy/lib/test_shape_base.py b/numpy/lib/test_shape_base.py index 005868e96..175bc8584 100644 --- a/numpy/lib/test_shape_base.py +++ b/numpy/lib/test_shape_base.py @@ -1,8 +1,8 @@ -from scipy.testing import * +from numpy.testing import * set_package_path() -import scipy.base; -from scipy.base import * +import numpy.base; +from numpy.base import * restore_path() class test_apply_along_axis(ScipyTestCase): -- cgit v1.2.1