From 5915acf4c6705f93d8b84f78ea8f0caf2eac926a Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Tue, 4 Oct 2011 15:51:14 -0700 Subject: [PATCH] dont byte-compile *.py --- bin/compile | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/compile b/bin/compile index b6ed5d6..2f034d5 100755 --- a/bin/compile +++ b/bin/compile @@ -33,9 +33,6 @@ done echo "-----> Preparing virtualenv version $(virtualenv --version)" virtualenv --no-site-packages . | indent -#echo "-----> Byte-compiling code" -find . -name "*.py" | xargs bin/python -m py_compile - # if Django, append settings if [ "$NAME" = "Python/Django" ]; then echo "-----> Django settings injection"