mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 11:19:52 +01:00
Python 3.2 sucks
This commit is contained in:
parent
352b329420
commit
90157ca97d
@ -319,7 +319,7 @@ def setDir(dir):
|
|||||||
|
|
||||||
def main(argv):
|
def main(argv):
|
||||||
if len(argv) != 6:
|
if len(argv) != 6:
|
||||||
print HELP_USAGE
|
print(HELP_USAGE)
|
||||||
return
|
return
|
||||||
|
|
||||||
root_dir = argv[1]
|
root_dir = argv[1]
|
||||||
|
Loading…
Reference in New Issue
Block a user