Merge "Migrate away from oslo_i18n.enable_lazy()"

This commit is contained in:
Zuul 2019-01-17 14:13:59 +00:00 committed by Gerrit Code Review
commit 9065b516d9
1 changed files with 0 additions and 7 deletions

View File

@ -15,10 +15,3 @@
from sahara_plugin_storm.utils import patches
patches.patch_all()
import oslo_i18n
# NOTE(slukjanov): i18n.enable_lazy() must be called before
# sahara.utils.i18n._() is called to ensure it has the desired
# lazy lookup behavior.
oslo_i18n.enable_lazy()