Changeset 2832 for trunk

Show
Ignore:
Timestamp:
11/20/2008 08:14:35 PM (7 weeks ago)
Author:
guyer
Message:

scipy.test doesn't exist anymore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fipy/solvers/test.py

    r2781 r2832  
    3737 
    3838def _suite(): 
    39     return _LateImportTestSuite(testModuleNames = ( 
    40         'scipy.test', 
     39    return _LateImportTestSuite(testModuleNames = (, 
    4140    ), base = __name__) 
    4241