summaryrefslogtreecommitdiff
path: root/heatclient/common/utils.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/common/utils.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/common/utils.py')
-rw-r--r--heatclient/common/utils.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/heatclient/common/utils.py b/heatclient/common/utils.py
index 3ffb35a..28c0ca1 100644
--- a/heatclient/common/utils.py
+++ b/heatclient/common/utils.py
@@ -14,15 +14,15 @@
# under the License.
from __future__ import print_function
-import prettytable
-from six.moves.urllib import parse
import sys
import textwrap
import uuid
-import yaml
-from oslo.serialization import jsonutils
-from oslo.utils import importutils
+from oslo_serialization import jsonutils
+from oslo_utils import importutils
+import prettytable
+from six.moves.urllib import parse
+import yaml
from heatclient import exc
from heatclient.openstack.common._i18n import _