env moved

This commit is contained in:
j 2010-08-11 14:59:04 +02:00
parent b4ff473b85
commit 58d8109009

View file

@ -8,7 +8,7 @@ project_module = 'oxdata'
root_dir = os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
#using virtualenv's activate_this.py to reorder sys.path
activate_this = os.path.join(root_dir, 'env', 'bin', 'activate_this.py')
activate_this = os.path.join(root_dir, 'bin', 'activate_this.py')
execfile(activate_this, dict(__file__=activate_this))
sys.path.append(root_dir)