Changeset 5195
- Timestamp:
- Apr 9, 2008, 10:07:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/data_audit.py
r5057 r5195 53 53 from os.path import join, splitext 54 54 55 from anuga.utilities.xml_tools import xml2object, XML_element 56 from anuga.utilities.system_tools import compute_checksum 55 # Don't add anuga.utilities to these imports 56 # EQRM also uses this file, but has a different directory structure 57 from xml_tools import xml2object, XML_element 58 from system_tools import compute_checksum 57 59 58 60
Note: See TracChangeset
for help on using the changeset viewer.