Changeset 1997


Ignore:
Timestamp:
Nov 3, 2005, 6:08:02 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test_all.py

    r1996 r1997  
     1import os
     2
     3print os.getcwd()
     4os.chdir('inundation')
     5os.chdir('pyvolution')
     6
     7print os.getcwd()
Note: See TracChangeset for help on using the changeset viewer.