updated python-compile.sh

pull/2/head
Hari Sekhon 9 years ago
parent f709dfb497
commit 302ba6fe6d

@ -19,9 +19,7 @@ srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
. "$srcdir/utils.sh"
hr
"$srcdir/center80.sh" "Compiling all Python / Jython files"
hr
section "Compiling all Python / Jython files"
echo
for x in $(find . -maxdepth 2 -type f -iname '*.py' -o -iname '*.jy'); do
@ -29,5 +27,6 @@ for x in $(find . -maxdepth 2 -type f -iname '*.py' -o -iname '*.jy'); do
echo "compiling $x"
python -m py_compile $x
done
section "Python Compile Completed Successfully"
echo
echo

Loading…
Cancel
Save