diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2005-10-13 15:07:01 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2005-10-13 15:07:01 +0000 |
commit | c02b094be1621c9d5fb469e715c1f13ded6e3c6a (patch) | |
tree | acff1a5eea186a4c96c30c4c5134563e4a53469a | |
parent | d6e2f6776d29f386c8c17adc88fa1920c31ee227 (diff) | |
download | numpy-c02b094be1621c9d5fb469e715c1f13ded6e3c6a.tar.gz |
Fixed typo.
-rw-r--r-- | scipy/distutils/tests/test_misc_util.py | 2 |
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): |