From e8e86ce471e2d9116d0187d5490c197f42d7108a Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Tue, 6 Jan 2015 10:06:46 -0600 Subject: [PATCH] Change oslo.config to oslo_config The oslo.config libraries are moving away from oslo-namespaced packages. Note that his requires oslo.config>=1.6.0 bp drop-namespace-packages Change-Id: Ic0d4053875da0628f2359c109f2779d12aadc3eb --- find_used_deleted_modules.py | 2 +- list_oslo_projects.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/find_used_deleted_modules.py b/find_used_deleted_modules.py index 8c98c72..724d2bd 100755 --- a/find_used_deleted_modules.py +++ b/find_used_deleted_modules.py @@ -23,7 +23,7 @@ import glob import os import sys -from oslo.config import cfg +from oslo_config import cfg # Extend sys.path to find update.py my_dir = os.path.dirname(__file__) diff --git a/list_oslo_projects.py b/list_oslo_projects.py index 9f55810..0a0293e 100755 --- a/list_oslo_projects.py +++ b/list_oslo_projects.py @@ -20,6 +20,7 @@ from __future__ import print_function import os import oslo_tool_config as cfg + import yaml