comparison: install-i18n.py
install-i18n.py
- branch
- maintenance
- changeset 6206
- a02b03b7bfec
- parent 6187
- 2cc7e3629784
- child 6303
- ec9ebaf206fb
equal
deleted
inserted
replaced
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 |