Merge "Remove i18n.enable_lazy() call from tacker.cmd"
This commit is contained in:
commit
de6657cb4d
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user