Merge pull request #1994 from JusticeN/patch-1
make make_min_web2py.py run for python3
This commit is contained in:
@@ -48,7 +48,7 @@ def main():
|
||||
global REQUIRED, IGNORED
|
||||
|
||||
if len(sys.argv) < 2:
|
||||
print USAGE
|
||||
print(USAGE)
|
||||
|
||||
# make target folder
|
||||
target = sys.argv[1]
|
||||
|
||||
Reference in New Issue
Block a user