Changeset 2367


Ignore:
Timestamp:
Feb 9, 2006, 5:07:55 AM (19 years ago)
Author:
ole
Message:

Comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/test_all.py

    r2331 r2367  
    4545
    4646        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
    4848            print 'Recursing into', file
    4949            test_files += get_test_files(absolute_filename)
Note: See TracChangeset for help on using the changeset viewer.