Remove unneeded scripts, updated fabric file

This commit is contained in:
2012-01-04 18:57:38 +00:00
parent 5985b936f4
commit dbf34eb74a
3 changed files with 109 additions and 174 deletions

View File

@@ -3,7 +3,7 @@ import sys
import os.path
pwd = os.path.dirname(os.path.abspath(__file__))
activate_this = os.path.join(pwd,'..', 'env','bin','activate_this.py')
activate_this = os.path.join(pwd,'..', '.env','bin','activate_this.py')
try:
execfile(activate_this, dict(__file__=activate_this))
except IOError: