diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 19:00:27 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 19:00:27 +0000 |
commit | e706c7d92c4ee41e8e995fb3838bd0931b57efb5 (patch) | |
tree | 015a057d49422774e49ed211a37c14105d03a713 /numpy/testing/scipytest.py | |
parent | c14d4fe25cb5cd482369734dd487ac8f376851c9 (diff) | |
download | numpy-e706c7d92c4ee41e8e995fb3838bd0931b57efb5.tar.gz |
Changed all references to scipy to numpy
Diffstat (limited to 'numpy/testing/scipytest.py')
-rw-r--r-- | numpy/testing/scipytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/scipytest.py b/numpy/testing/scipytest.py index b2aea7b72..d23b6f0e4 100644 --- a/numpy/testing/scipytest.py +++ b/numpy/testing/scipytest.py @@ -207,7 +207,7 @@ class ScipyTest: """ def __init__(self, package=None): if package is None: - from scipy.distutils.misc_util import get_frame + from numpy.distutils.misc_util import get_frame f = get_frame(1) package = f.f_locals['__name__'] self.package = package |