Changeset 6718
- Timestamp:
- Apr 3, 2009, 3:05:10 PM (14 years ago)
- Location:
- anuga_core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/compile_all.py
r6417 r6718 50 50 51 51 if sys.platform == 'win32': 52 raw_input('Press anykey')52 raw_input('Press the RETURN key') -
anuga_core/source/anuga/compile_all.py
r6419 r6718 28 28 29 29 if sys.platform == 'win32': 30 raw_input('Press anykey')30 raw_input('Press the RETURN key') -
anuga_core/source/anuga/test_all.py
r6417 r6718 214 214 215 215 if sys.platform == 'win32': 216 raw_input('Press anykey')216 raw_input('Press the RETURN key')
Note: See TracChangeset
for help on using the changeset viewer.