install-i18n.py

changeset 6187
2cc7e3629784
parent 6048
82ad8ec9548c
child 6303
ec9ebaf206fb
equal deleted inserted replaced
6186:83451f10f3eb 6187:2cc7e3629784
104 except getopt.GetoptError: 104 except getopt.GetoptError:
105 usage() 105 usage()
106 106
107 global platBinDir 107 global platBinDir
108 108
109 for opt, arg in optlist: 109 for opt, _arg in optlist:
110 if opt == "-h": 110 if opt == "-h":
111 usage(0) 111 usage(0)
112 elif opt == "-p": 112 elif opt == "-p":
113 privateInstall = 1 113 privateInstall = 1
114 114

eric ide

mercurial