From 61e4174f79da220da0e944876e0d1dcfc4d5663b Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Mon, 12 Sep 2011 16:40:35 -0700 Subject: [PATCH] remove exception for manage.py stub --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index f6d53af..d98d224 100755 --- a/bin/compile +++ b/bin/compile @@ -34,7 +34,7 @@ echo "-----> Preparing virtualenv version $(virtualenv --version)" virtualenv --no-site-packages . | indent #echo "-----> Byte-compiling code" -find . -name "*.py" | grep -v bin/manage.py | xargs bin/python -m py_compile +find . -name "*.py" | xargs bin/python -m py_compile # if Django, append settings if [ "$NAME" = "Python/Django" ]; then