summaryrefslogtreecommitdiff
path: root/heatclient/exc.py
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2016-10-26 19:30:18 -0400
committerrabi <ramishra@redhat.com>2016-11-08 08:29:09 +0530
commit29d6c613f674bec9f36a6207ba1b9f50886863e8 (patch)
tree70ccf22701f92b691893b6fec27232c40a7c7f3e /heatclient/exc.py
parent911c61fe45df459d79662224793856341799ceaa (diff)
downloadpython-heatclient-29d6c613f674bec9f36a6207ba1b9f50886863e8.tar.gz
Graduate to oslo.i18n and cleanup incubator usage
Graduate from Oslo Incubator to oslo.i18n library. Cleanup of unused Oslo Incubator utils. Added optional enable_lazy() usage. Change-Id: I5ec02477f3f52f4d7097669120581e82cced3748 Signed-off-by: Chuck Short <chuck.short@canonical.com>
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 9fd5bef..b5de2cc 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -15,7 +15,7 @@ import sys
from oslo_serialization import jsonutils
from oslo_utils import reflection
-from heatclient.openstack.common._i18n import _
+from heatclient._i18n import _
verbose = 0