From 2750d1443242f916295ac474d4b4f7071353f32a Mon Sep 17 00:00:00 2001 From: Tim Kelsey Date: Thu, 19 Mar 2015 09:14:34 +0000 Subject: [PATCH] Fixing some warning about oslo namespace Change-Id: I560edc4324ae74f44c61de6014362f1aca37596f --- castellan/keymgr/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/castellan/keymgr/__init__.py b/castellan/keymgr/__init__.py index 88efcad1..59488dc9 100644 --- a/castellan/keymgr/__init__.py +++ b/castellan/keymgr/__init__.py @@ -13,8 +13,9 @@ # License for the specific language governing permissions and limitations # under the License. -from oslo.utils import importutils from oslo_config import cfg +from oslo_utils import importutils + keymgr_opts = [ cfg.StrOpt('api_class',