summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-09 07:17:03 +0000
committerGerrit Code Review <review@openstack.org>2016-11-09 07:17:03 +0000
commit61794b78220a556cb110d1c948e6eedd55f224c0 (patch)
tree6b3198f9ce5a7d58b6e48812c28326ac118517a6 /heatclient/shell.py
parentc2d6de9a984029f797c2cfcf8ff4270ded8aa22d (diff)
parent29d6c613f674bec9f36a6207ba1b9f50886863e8 (diff)
downloadpython-heatclient-61794b78220a556cb110d1c948e6eedd55f224c0.tar.gz
Merge "Graduate to oslo.i18n and cleanup incubator usage"
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")