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.
This commit is contained in:
JusticeN
2018-08-25 13:45:46 +02:00
committed by GitHub
parent 63972386c2
commit ef4e465222

View File

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