From 11c1b62052e8ffe3c1af320aaced645a19868dff Mon Sep 17 00:00:00 2001 From: Ethan Lynn Date: Mon, 28 Jul 2014 17:35:25 +0800 Subject: 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 --- heat/cmd/manage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'heat/cmd/manage.py') 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 -- cgit v1.2.1