Merge "Remove i18n.enable_lazy() call from tacker.cmd"

This commit is contained in:
Zuul 2018-11-15 01:41:05 +00:00 committed by Gerrit Code Review
commit de6657cb4d
2 changed files with 0 additions and 6 deletions

View File

@ -18,7 +18,3 @@ _translators = oslo_i18n.TranslatorFactory(domain='tacker')
# The primary translation function using the well-known name "_"
_ = _translators.primary
def enable_lazy(enable=True):
return oslo_i18n.enable_lazy(enable)

View File

@ -24,8 +24,6 @@ from oslo_config import cfg
import oslo_i18n
from oslo_service import service as common_service
from tacker import _i18n
_i18n.enable_lazy()
from tacker.common import config
from tacker import service