From ef4e46522270d9e8753fb4a381df58048383ee46 Mon Sep 17 00:00:00 2001 From: JusticeN Date: Sat, 25 Aug 2018 13:45:46 +0200 Subject: [PATCH] make make_min_web2py.py run for python3 i tried to minify the web2py server and this script was not able to run with python3.5. So i change it. --- scripts/make_min_web2py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_min_web2py.py b/scripts/make_min_web2py.py index 2fef642c..587820d6 100644 --- a/scripts/make_min_web2py.py +++ b/scripts/make_min_web2py.py @@ -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]