summaryrefslogtreecommitdiff
path: root/heat/cmd/manage.py
diff options
context:
space:
mode:
authorEthan Lynn <xjunlin@cn.ibm.com>2014-07-28 17:35:25 +0800
committerEthan Lynn <xjunlin@cn.ibm.com>2014-10-13 10:31:28 +0800
commit11c1b62052e8ffe3c1af320aaced645a19868dff (patch)
tree3fe168f2f4a7a6e2b5034594a27ac2cc5dff28de /heat/cmd/manage.py
parentce2cc9f6f61c2fe92292d6a6cea0fc0fc455c915 (diff)
downloadheat-11c1b62052e8ffe3c1af320aaced645a19868dff.tar.gz
Remove deprecated function i18n.install('heat')
Since i18n.install() is deprecated, remove it from heat codes and import i18n._() to where it needed. blueprint oslo-i18n Change-Id: Icefada18b5a33112b425cd90d31d3a6a5f06188a
Diffstat (limited to 'heat/cmd/manage.py')
-rw-r--r--heat/cmd/manage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/cmd/manage.py b/heat/cmd/manage.py
index b9492b7d5..71ca77690 100644
--- a/heat/cmd/manage.py
+++ b/heat/cmd/manage.py
@@ -21,6 +21,7 @@ import sys
from oslo.config import cfg
+from heat.common.i18n import _
from heat.db import api
from heat.db import utils
from heat.openstack.common import log