summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/sdist.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-04 19:00:27 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-04 19:00:27 +0000
commite706c7d92c4ee41e8e995fb3838bd0931b57efb5 (patch)
tree015a057d49422774e49ed211a37c14105d03a713 /numpy/distutils/command/sdist.py
parentc14d4fe25cb5cd482369734dd487ac8f376851c9 (diff)
downloadnumpy-e706c7d92c4ee41e8e995fb3838bd0931b57efb5.tar.gz
Changed all references to scipy to numpy
Diffstat (limited to 'numpy/distutils/command/sdist.py')
-rw-r--r--numpy/distutils/command/sdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/sdist.py b/numpy/distutils/command/sdist.py
index 289bd0357..a02bdbe45 100644
--- a/numpy/distutils/command/sdist.py
+++ b/numpy/distutils/command/sdist.py
@@ -1,7 +1,7 @@
from distutils.command.sdist import *
from distutils.command.sdist import sdist as old_sdist
-from scipy.distutils.misc_util import get_data_files
+from numpy.distutils.misc_util import get_data_files
class sdist(old_sdist):