Changeset 2390


Ignore:
Timestamp:
Feb 13, 2006, 6:16:13 PM (18 years ago)
Author:
ole
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/test_all.py

    r2367 r2390  
    2323exclude_dirs = ['pypar_dist', #Special requirements
    2424                'props', 'wcprops', 'prop-base', 'text-base', '.svn', #Svn
    25                 'tmp']               
     25                'tmp']#,
     26                #'pmesh']         #Name conflict on my home machine (Ole)       
    2627
    2728
     
    4546
    4647        if os.path.isdir(absolute_filename):
    47             sys.path.append(file)            #FIXME: May cause name conflicts between pyvolution\mesh.py and pmesh\mesh.py on some systems
     48            sys.path.append(file) #FIXME: May cause name conflicts between pyvolution\mesh.py and pmesh\mesh.py on some systems
    4849            print 'Recursing into', file
    4950            test_files += get_test_files(absolute_filename)
Note: See TracChangeset for help on using the changeset viewer.