summaryrefslogtreecommitdiff
path: root/heatclient/exc.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/exc.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/exc.py')
-rw-r--r--heatclient/exc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/exc.py b/heatclient/exc.py
index 4240d75..7168d79 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -12,7 +12,7 @@
import sys
-from oslo.serialization import jsonutils
+from oslo_serialization import jsonutils
from heatclient.openstack.common._i18n import _