summaryrefslogtreecommitdiffstats
path: root/tools/install_venv_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install_venv_common.py')
-rw-r--r--tools/install_venv_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py
index 3d47b12b2..92230dac7 100644
--- a/tools/install_venv_common.py
+++ b/tools/install_venv_common.py
@@ -32,7 +32,7 @@ if os.path.exists(os.path.join(possible_topdir, "nova",
sys.path.insert(0, possible_topdir)
-from nova.openstack.common import cfg
+from oslo.config import cfg
class InstallVenv(object):