Changeset 7544
- Timestamp:
- Oct 6, 2009, 10:19:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r7276 r7544 14 14 import shutil 15 15 16 from anuga.utilities.system_tools import get_web_file, untar_file, file_length 16 from anuga.utilities.system_tools \ 17 import get_web_file, untar_file, file_length, get_host_name 17 18 import anuga.utilities.log as log 18 19 … … 380 381 log.log_logging_level = log.DEBUG 381 382 383 log.debug("Machine we are running on is '%s'" % get_host_name()) 382 384 setup() 383 385
Note: See TracChangeset
for help on using the changeset viewer.