Changeset 16067


Ignore:
Timestamp:
09/04/13 12:25:39 (12 years ago)
Author:
cborstad
Message:

CHG: added plotmodel import statement given its ubiquity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/startup.py

    r13802 r16067  
    2828sys.path.append(ISSM_DIR + '/lib')
    2929
    30 print("\n  To get started with ISSM, type issmdoc at the command prompt.\n\n")
     30#Manual imports for commonly used functions
     31from 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.