[SciPy-dev] minor bug in scipy svn
Andrew Straw
strawman at astraw.com
Sat Nov 19 17:14:09 CST 2005
===================================================================
--- Lib/utils/ppimport.py (revision 1447)
+++ Lib/utils/ppimport.py (working copy)
@@ -284,7 +284,7 @@
self.__dict__['_ppimport_module'] = module
# XXX: Should we check the existence of module.test? Warn?
- from scipy_test.testing import ScipyTest
+ from scipy.test.testing import ScipyTest
module.test = ScipyTest(module).test
return module
Also, where is the Trac instance for full scipy?
More information about the Scipy-dev
mailing list