Merge "Remove i18n.enable_lazy() call from tacker.cmd"
This commit is contained in:
commit
de6657cb4d
tacker
@ -18,7 +18,3 @@ _translators = oslo_i18n.TranslatorFactory(domain='tacker')
|
|||||||
|
|
||||||
# The primary translation function using the well-known name "_"
|
# The primary translation function using the well-known name "_"
|
||||||
_ = _translators.primary
|
_ = _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
|
import oslo_i18n
|
||||||
from oslo_service import service as common_service
|
from oslo_service import service as common_service
|
||||||
|
|
||||||
from tacker import _i18n
|
|
||||||
_i18n.enable_lazy()
|
|
||||||
from tacker.common import config
|
from tacker.common import config
|
||||||
from tacker import service
|
from tacker import service
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user