Changeset 16067
- Timestamp:
- 09/04/13 12:25:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/startup.py
r13802 r16067 28 28 sys.path.append(ISSM_DIR + '/lib') 29 29 30 print("\n To get started with ISSM, type issmdoc at the command prompt.\n\n") 30 #Manual imports for commonly used functions 31 from plotmodel import plotmodel 32 33 #print("\n To get started with ISSM, type issmdoc at the command prompt.\n\n")
Note:
See TracChangeset
for help on using the changeset viewer.