summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2005-10-13 15:07:01 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2005-10-13 15:07:01 +0000
commitc02b094be1621c9d5fb469e715c1f13ded6e3c6a (patch)
treeacff1a5eea186a4c96c30c4c5134563e4a53469a
parentd6e2f6776d29f386c8c17adc88fa1920c31ee227 (diff)
downloadnumpy-c02b094be1621c9d5fb469e715c1f13ded6e3c6a.tar.gz
Fixed typo.
-rw-r--r--scipy/distutils/tests/test_misc_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/distutils/tests/test_misc_util.py b/scipy/distutils/tests/test_misc_util.py
index d3b2df32d..bf9e258ce 100644
--- a/scipy/distutils/tests/test_misc_util.py
+++ b/scipy/distutils/tests/test_misc_util.py
@@ -1,6 +1,6 @@
import sys
from scipy.test.testing import *
-from scipy.distutils.command.build_src import appendpath
+from scipy.distutils.command.misc_util import appendpath
from os.path import join
class test_appendpath(ScipyTestCase):