summaryrefslogtreecommitdiff
path: root/heatclient/shell.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/shell.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/shell.py')
-rw-r--r--heatclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index 3b24c5c..558fb8a 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -27,10 +27,10 @@ from oslo_utils import importutils
import six
import heatclient
+from heatclient._i18n import _
from heatclient import client as heat_client
from heatclient.common import utils
from heatclient import exc
-from heatclient.openstack.common._i18n import _
logger = logging.getLogger(__name__)
osprofiler_profiler = importutils.try_import("osprofiler.profiler")