From 1186cb4c9f1a35a9f82e3e68612b31759a47a152 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 28 Jan 2015 05:25:24 -0700 Subject: change oslo namespace to avoid warning Change-Id: Ieff86f841623e1ce34b79c66bc5e8b1b239fa3e9 --- openstackclient/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/common') diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index 01a40e74..c800b4cf 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -21,7 +21,7 @@ import os import six import time -from oslo.utils import importutils +from oslo_utils import importutils from openstackclient.common import exceptions -- cgit v1.2.1