Merge "Sync latest openstack-common."

This commit is contained in:
Jenkins 2013-02-06 17:41:17 +00:00 committed by Gerrit Code Review
commit 50ceef8fb7
1 changed files with 7 additions and 0 deletions

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, "openstackclient",
"__init__.py")):
sys.path.insert(0, possible_topdir)
from openstackclient.openstack.common import cfg