Changeset 2462
- Timestamp:
- Mar 1, 2006, 4:45:45 PM (19 years ago)
- Location:
- production/sydney_example
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/sydney_example/project.py
r2461 r2462 9 9 10 10 from pmesh.create_mesh import convert_points_from_latlon_to_utm 11 11 12 # We'll do this for the final thing 12 13 home = '.' 14 15 16 if sys.platform == 'win32': 17 home = environ['INUNDATIONHOME'] #Sandpit's parent dir 18 else: 19 home = expanduser('~') 20 13 21 14 22 basename = 'Sydney'
Note: See TracChangeset
for help on using the changeset viewer.