Changeset 7080 for branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
- Timestamp:
- May 25, 2009, 4:50:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r7039 r7080 277 277 # modify project.py template 278 278 log.debug("Creating '%s' version of project.py" % vtype) 279 fd = open('project .py.template', 'r')279 fd = open('project_template.py', 'r') 280 280 project = fd.readlines() 281 281 fd.close()
Note: See TracChangeset
for help on using the changeset viewer.