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/_import_tools.py | |
parent | c14d4fe25cb5cd482369734dd487ac8f376851c9 (diff) | |
download | numpy-e706c7d92c4ee41e8e995fb3838bd0931b57efb5.tar.gz |
Changed all references to scipy to numpy
Diffstat (limited to 'numpy/_import_tools.py')
-rw-r--r-- | numpy/_import_tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/_import_tools.py b/numpy/_import_tools.py index 77cd87f79..f2feab88a 100644 --- a/numpy/_import_tools.py +++ b/numpy/_import_tools.py @@ -6,7 +6,7 @@ from glob import glob class PackageImport: """ Import packages from the current directory that implement - info.py. See scipy/doc/DISTUTILS.txt for more info. + info.py. See numpy/doc/DISTUTILS.txt for more info. """ imported_packages = [] |