Ignore:
Timestamp:
Jun 4, 2010, 10:23:43 PM (14 years ago)
Author:
hudson
Message:

Fixed wrong exception module import paths.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/geospatial_data/test_geospatial_data.py

    r7276 r7779  
    1111from anuga.coordinate_transforms.geo_reference import Geo_reference, TitleError
    1212from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees
    13 from anuga.utilities.anuga_exceptions import ANUGAError
     13from anuga.anuga_exceptions import ANUGAError
    1414from anuga.utilities.system_tools import get_host_name
    1515from anuga.config import netcdf_mode_r, netcdf_mode_w, netcdf_mode_a
Note: See TracChangeset for help on using the changeset viewer.