Run correctly even if called while in tools/ directory, as 'python install_venv.py'

This commit is contained in:
Michael Gundlach
2010年08月09日 17:45:00 -04:00
parent 05b87ac8e7
commit 09b5be11e7

View File

@@ -7,7 +7,7 @@ import subprocess
import sys
ROOT = os.path.dirname(os.path.dirname(__file__))
ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
VENV = os.path.join(ROOT, '.nova-venv')
PIP_REQUIRES = os.path.join(ROOT, 'tools', 'pip-requires')
TWISTED_NOVA='http://nova.openstack.org/Twisted-10.0.0Nova.tar.gz'
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.