Merge "Migrate away from oslo_i18n.enable_lazy()"

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

View File

@ -15,10 +15,3 @@
from sahara_plugin_mapr.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()