diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2005-12-26 07:49:25 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2005-12-26 07:49:25 +0000 |
commit | a1d00598a3a406e965cd3e07a6ebf95e4c50198b (patch) | |
tree | 069b66cab8bd31be325de284bbb8603595271a11 /scipy/base/info.py | |
parent | 36e55fb0bfd3f55f2ece8cbf68a7b912df6de9e6 (diff) | |
download | numpy-a1d00598a3a406e965cd3e07a6ebf95e4c50198b.tar.gz |
Renamed scipy.test module to scipy.testing. Clean up testing.
Diffstat (limited to 'scipy/base/info.py')
-rw-r--r-- | scipy/base/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/base/info.py b/scipy/base/info.py index 8d9c1bea6..b4c4b4e8c 100644 --- a/scipy/base/info.py +++ b/scipy/base/info.py @@ -204,5 +204,5 @@ Threading tricks ParallelExec -- Execute commands in parallel thread. """ -depends = ['test'] +depends = ['testing'] global_symbols = ['*'] |