install.py

branch
5_4_x
changeset 3543
be1eb4e203c0
parent 3514
f694be6063ef
child 3608
67d158ccb9b9
equal deleted inserted replaced
3530:1898d204656d 3543:be1eb4e203c0
1100 1100
1101 try: 1101 try:
1102 if sys.platform.startswith("win"): 1102 if sys.platform.startswith("win"):
1103 optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:") 1103 optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:")
1104 elif sys.platform == "darwin": 1104 elif sys.platform == "darwin":
1105 optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:m:p:") 1105 optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:m:n:p:")
1106 else: 1106 else:
1107 optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:") 1107 optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:")
1108 except getopt.GetoptError: 1108 except getopt.GetoptError:
1109 usage() 1109 usage()
1110 1110

eric ide

mercurial