summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2014-11-07 18:34:42 +0000
committerSteven Hardy <shardy@redhat.com>2014-12-04 13:30:31 +0000
commit9fffbd8709c248205b6d2127a5a078e34116c478 (patch)
tree00f32748a917c4d7404f3ccdc720e8060f2fc60d /heatclient/shell.py
parent0e93da5deee591413ca3bc075b5ebd0824aa60c6 (diff)
downloadpython-heatclient-9fffbd8709c248205b6d2127a5a078e34116c478.tar.gz
Remove remaining deprecated oslo-incubator modules
Remove remaining reference to gettextutils and remove the module, as it no longer exists in oslo-incubator. Also remove timeutils for the same reason, it's not referenced by any remaining code. Closes-Bug: #1380629 Change-Id: Ie3ad3fe73fd5e73dd6ede0c375eb2077d95bda3f
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 b714bce..53a667c 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -36,7 +36,7 @@ import heatclient
from heatclient import client as heat_client
from heatclient.common import utils
from heatclient import exc
-from heatclient.openstack.common.gettextutils import _ # noqa
+from heatclient.openstack.common._i18n import _ # noqa
logger = logging.getLogger(__name__)
osprofiler_profiler = importutils.try_import("osprofiler.profiler")