Changeset 12039
- Timestamp:
- 04/17/12 19:50:16 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes
- Property svn:ignore
-
old new 1 __pycache__ 1 2 Makefile.in 2 3 Makefile
-
- Property svn:ignore
-
issm/trunk-jpl/src/m/classes/clusters
- Property svn:ignore
-
old new 1 __pycache__ 1 2 Makefile.in 2 3 Makefile
-
- Property svn:ignore
-
issm/trunk-jpl/startup.py
r12036 r12039 28 28 #ISSM path. Go through src/py and load everything we find that looks like a python file 29 29 for root,dirs,files in os.walk(ISSM_TIER+ '/src/py'): 30 for file in files: 31 if file.find(".py") != -1: 32 if file.find(".pyc") == -1: 33 #add to path 34 sys.path.append(root) 35 file=os.path.splitext(file)[0] 36 #__import__(file) 37 38 for root,dirs,files in os.walk(ISSM_TIER+ '/src/m'): 30 39 for file in files: 31 40 if file.find(".py") != -1:
Note:
See TracChangeset
for help on using the changeset viewer.