diff --git a/bin/detect b/bin/detect
index 2687384505e19be6fc4810d558c11f1571c9a54a..8cf2b467cf7a21bbf7544c6ec31a1a3af9caac5f 100755
--- a/bin/detect
+++ b/bin/detect
@@ -5,6 +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 Python
-
-echo kennethreitz
\ No newline at end of file
+ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo 'Python2.7'
\ No newline at end of file