From 91477cc50b10df5fa39ead604fa9ae4ee521462a Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Mon, 12 Sep 2011 16:40:18 -0700 Subject: [PATCH] fix comments --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 9502fbf..f6d53af 100755 --- a/bin/compile +++ b/bin/compile @@ -36,7 +36,7 @@ virtualenv --no-site-packages . | indent #echo "-----> Byte-compiling code" find . -name "*.py" | grep -v bin/manage.py | xargs bin/python -m py_compile -# if Django, inject psycopg and append settings +# if Django, append settings if [ "$NAME" = "Python/Django" ]; then echo "-----> Django settings injection"