6187:2cc7e3629784 | 6188:5a6ae3be31e6 |
---|---|
340 except getopt.GetoptError: | 340 except getopt.GetoptError: |
341 usage() | 341 usage() |
342 | 342 |
343 global platBinDir | 343 global platBinDir |
344 | 344 |
345 for opt, arg in optlist: | 345 for opt, _arg in optlist: |
346 if opt == "-h": | 346 if opt == "-h": |
347 usage(0) | 347 usage(0) |
348 if opt == "-y": | 348 if opt == "-y": |
349 includePythonVariant = True | 349 includePythonVariant = True |
350 | 350 |