From 46de6fc609616730c4837ec540fad849a4b83bdd Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Thu, 10 Nov 2011 11:07:35 -0800
Subject: [PATCH] python

---
 bin/detect | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/detect b/bin/detect
index 8cf2b467..034e4c8b 100755
--- a/bin/detect
+++ b/bin/detect
@@ -5,4 +5,4 @@ BUILD_DIR=$1
 [ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt
 
 # 'Python/Django' if there is a [mysite]/settings.py file present; otherwise 'Python'
-ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo 'Python2.7'
\ No newline at end of file
+ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python
\ No newline at end of file
-- 
GitLab