summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authortengqm <tengqim@cn.ibm.com>2015-03-23 19:49:34 +0800
committertengqm <tengqim@cn.ibm.com>2015-03-23 20:54:33 +0800
commit284c1c5b8da799564f0afb40aa0c1a69cecb40f7 (patch)
tree551c5c53d2936dfdaa2568711c588556a6af416b /heatclient/shell.py
parentd4dab8c875ef0f427bf7b3a6ab95a7e2f5a9a45e (diff)
downloadpython-heatclient-284c1c5b8da799564f0afb40aa0c1a69cecb40f7.tar.gz
Migrate to new oslo_xxx namespace
This patch migrates the namespace of oslo packages from oslo.foobar to oslo_foobar. The oslo_incubator code need to be resynced, which will be submitted in another patch. Change-Id: Id77207750556b71f20797a0ee6f2cafd62ea30e1
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index 007818d..b3a3db7 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -20,12 +20,11 @@ import argparse
import logging
import sys
+from oslo_utils import encodeutils
+from oslo_utils import importutils
import six
import six.moves.urllib.parse as urlparse
-from oslo.utils import encodeutils
-from oslo.utils import importutils
-
from keystoneclient.auth.identity import v2 as v2_auth
from keystoneclient.auth.identity import v3 as v3_auth
from keystoneclient import discover