install-i18n.py

changeset 97
c4086afea02b
parent 15
f6ccc31d6e72
child 139
5c4f1a9ae0bb
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
98 except getopt.GetoptError: 98 except getopt.GetoptError:
99 usage() 99 usage()
100 100
101 global platBinDir 101 global platBinDir
102 102
103 depChecks = 1
104
105 for opt, arg in optlist: 103 for opt, arg in optlist:
106 if opt == "-h": 104 if opt == "-h":
107 usage(0) 105 usage(0)
108 elif opt == "-p": 106 elif opt == "-p":
109 privateInstall = 1 107 privateInstall = 1

eric ide

mercurial