mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +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):
|
||||
if len(argv) != 6:
|
||||
print HELP_USAGE
|
||||
print(HELP_USAGE)
|
||||
return
|
||||
|
||||
root_dir = argv[1]
|
||||
|
Loading…
Reference in New Issue
Block a user