Changeset 26375
- Timestamp:
- 08/03/21 09:13:02 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/modules/ExpToLevelSet.py
r25455 r26375 1 from ExpToLevelSet_python import ExpToLevelSet_python 1 2 from helpers import fileparts 2 3 from shpread import shpread … … 23 24 """ 24 25 25 if isinstance(contourname, basestring):26 if isinstance(contourname, str): 26 27 path, name, ext = fileparts(contourname) 27 28 if ext == '.shp':
Note:
See TracChangeset
for help on using the changeset viewer.