Changeset 24261 for issm/trunk-jpl/scripts
- Timestamp:
- 10/21/19 02:53:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/translateToPy.py
r24212 r24261 220 220 221 221 for il in importList: 222 if line.find(il) != - 222 if line.find(il) != -1: 223 223 output("from %s import * " % (il)) 224 224 importList.remove(il) # already got it
Note:
See TracChangeset
for help on using the changeset viewer.