Changeset 12686
- Timestamp:
- 07/23/12 09:21:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/startup.py
r12657 r12686 29 29 #add to path 30 30 sys.path.append(root) 31 print root, "\n"32 31 file=os.path.splitext(file)[0] 33 32 #__import__(file) … … 41 40 #add to path 42 41 sys.path.append(root) 43 print root, "\n"44 42 file=os.path.splitext(file)[0] 45 43 #__import__(file)
Note:
See TracChangeset
for help on using the changeset viewer.