source: anuga_core/source/obsolete_code/doit.py @ 5571

Last change on this file since 5571 was 3567, checked in by ole, 18 years ago

More heavy handed restructuring towards the agreed formats.

File size: 243 bytes
Line 
1import os
2
3#Clean up
4
5for file in os.listdir('.'):
6    if file[-1] == '~':
7        os.remove(file)
8
9
10#os.system('python compile.py')
11os.system('python test_all.py')
12os.system('python run_profile.py')
13os.system('python show_balanced_limiters.py')
Note: See TracBrowser for help on using the repository browser.