Skip to content
Snippets Groups Projects
Commit 35ee2f60 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

remove bunk

parent 3e480e9a
No related branches found
No related tags found
No related merge requests found
...@@ -106,12 +106,6 @@ done ...@@ -106,12 +106,6 @@ done
set +e set +e
# Create set-aside `.heroku` folder. # Create set-aside `.heroku` folder.
mkdir .heroku &> /dev/null mkdir .heroku &> /dev/null
HEROKU_DIR_STATUS=$?
# TODO: This is a new app, disable injection.
# [ $HEROKU_DIR_STATUS -eq 0 ] && {
# TODO: touch .heroku/injection_disabled
# }
set -e set -e
# Buildpack profile init script # Buildpack profile init script
...@@ -141,7 +135,6 @@ OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(v ...@@ -141,7 +135,6 @@ OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(v
OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(venv) ' $VIRTUALENV_LOC ) OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(venv) ' $VIRTUALENV_LOC )
} }
echo "$OUT" | cleanup | indent echo "$OUT" | cleanup | indent
set -e set -e
# Pylibmc support. # Pylibmc support.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment