env moved
This commit is contained in:
parent
b4ff473b85
commit
58d8109009
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue