2
0
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:
Thomas Nagy 2012-10-31 01:54:57 +01:00
parent 352b329420
commit 90157ca97d

View File

@ -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]