Merge "Sync latest install_venv_common from oslo."

This commit is contained in:
Jenkins
2013年02月07日 09:07:33 +00:00
committed by Gerrit Code Review

View File

@@ -22,9 +22,6 @@
import os
import sys
parentdir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
os.sys.path.insert(0, parentdir)
import install_venv_common as install_venv

View File

@@ -25,6 +25,13 @@ import os
import subprocess
import sys
possible_topdir = os.getcwd()
if os.path.exists(os.path.join(possible_topdir, "nova",
"__init__.py")):
sys.path.insert(0, possible_topdir)
from nova.openstack.common import cfg
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.