Changeset 2367
- Timestamp:
- Feb 9, 2006, 5:07:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/test_all.py
r2331 r2367 45 45 46 46 if os.path.isdir(absolute_filename): 47 sys.path.append(file) 47 sys.path.append(file) #FIXME: May cause name conflicts between pyvolution\mesh.py and pmesh\mesh.py on some systems 48 48 print 'Recursing into', file 49 49 test_files += get_test_files(absolute_filename)
Note: See TracChangeset
for help on using the changeset viewer.