Changeset 12066


Ignore:
Timestamp:
04/20/12 07:49:33 (13 years ago)
Author:
Eric.Larour
Message:

Allow python 2 as wrapper

File:
1 edited

Legend:

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

    r12039 r12066  
    99
    1010import os,sys
    11 
    12  
    13 #First check we are running python 3 at least
    14 if sys.version_info[0] < 3:
    15         print("ISSM can only work in Python 3. Exiting python")
    16         sys.exit(1)
    1711
    1812#Recover ISSM_TIER, ISSM_DIR  and USERNAME
Note: See TracChangeset for help on using the changeset viewer.