Ignore:
Timestamp:
10/08/11 17:00:14 (13 years ago)
Author:
Mathieu Morlighem
Message:

improved python interface (slightly)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/startup.py

    r10119 r10148  
    2222sys.path.append(ISSM_TIER+'/src/py')
    2323sys.path.append(ISSM_TIER+'/src/py/classes')
    24 import model
     24sys.path.append(ISSM_TIER+'/src/py/modules/TriMesh')
     25sys.path.append(ISSM_TIER+'/src/py/modules/hello')
     26from model import *
    2527
    2628print "\n  To get started with ISSM, type issmdoc at the command prompt.\n\n"
Note: See TracChangeset for help on using the changeset viewer.