Merge "Remove gettextutils import"

This commit is contained in:
Jenkins 2014-12-19 18:06:33 +00:00 committed by Gerrit Code Review
commit 559470e59f

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"