source:
test_all.py
@
1998
Last change on this file since 1998 was 1998, checked in by , 20 years ago | |
---|---|
File size: 139 bytes |
Line | |
---|---|
1 | import os |
2 | |
3 | print os.getcwd() |
4 | os.chdir('inundation') |
5 | os.chdir('pyvolution') |
6 | |
7 | print 'Changing to', os.getcwd() |
8 | execfile('test_all.py') |
Note: See TracBrowser
for help on using the repository browser.