Ignore:
Timestamp:
Jun 3, 2010, 6:03:07 PM (15 years ago)
Author:
hudson
Message:

Removed redundant data_manager class. Unit tests are running, but may fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/test_gauge.py

    r7735 r7776  
    1717from anuga.pmesh.mesh import Mesh
    1818from anuga.shallow_water import Domain, Transmissive_boundary
    19 from anuga.shallow_water.sww_file import SWW_file
    20 from anuga.shallow_water.file_conversion import timefile2netcdf
     19from anuga.file.sww import SWW_file
     20from anuga.file_conversion.file_conversion import timefile2netcdf
    2121from anuga.utilities.file_utils import del_dir
    2222from csv import reader,writer
Note: See TracChangeset for help on using the changeset viewer.