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