Remove gettextutils import

Change-Id: I48846926cc5eb2a1f81db6a2becb310bdf61daa7
Closes-Bug: #1404206
This commit is contained in:
Tetiana Lashchova 2014-12-19 16:19:55 +02:00
parent 4fc8985f29
commit 213ed63a24
1 changed files with 0 additions and 3 deletions

View File

@ -31,12 +31,9 @@ from oslo.config import cfg
import six
import stevedore.named
from heat.openstack.common import gettextutils
from heat.common import i18n
from heat.openstack.common import importutils
gettextutils.install('heat')
STROPT = "StrOpt"
BOOLOPT = "BoolOpt"
INTOPT = "IntOpt"