diff options
-rwxr-xr-x | compile-python.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile-python.sh b/compile-python.sh index 05b76db..af8696f 100755 --- a/compile-python.sh +++ b/compile-python.sh @@ -1,5 +1,5 @@ #!/bin/sh -PYVER=2.5 +PYVER=2.7 PYCOMPILE="/usr/lib/python${PYVER}/py_compile.py" python${PYVER} ${PYCOMPILE} `find -name '*.py'` python${PYVER} -O ${PYCOMPILE} `find -name '*.py'` |