Changeset 3028


Ignore:
Timestamp:
May 31, 2006, 10:11:08 AM (19 years ago)
Author:
duncan
Message:

trying to fix a problem with import statements

Location:
inundation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/mesh_engine/test_triangmodule.py

    r3026 r3028  
    55
    66import unittest
    7 import triang
     7import mesh_engine.triang as triang
    88
    99
  • inundation/test_all.py

    r3025 r3028  
    1717#E.g. if they are known to fail and under development
    1818exclude_files = ['test_metis.py', 'test_version.py', 'test_parallel_sw.py',
    19                  'test_triangmodule.py', # removing this test for a bit
     19                 #'test_triangmodule.py', # removing this test for a bit
    2020                 'test_interpolate_sww.py' # this test is obsolete
    2121                 ]
Note: See TracChangeset for help on using the changeset viewer.