Correct the translation domain for loading messages

Change-Id: If7fa8fd1915378bda3fc6e361049c2d90cdec8af
This commit is contained in:
Doug Hellmann 2014-12-22 11:16:50 -05:00
parent a6bae13407
commit a4142665bc

View File

@ -16,7 +16,7 @@
from oslo import i18n
_translators = i18n.TranslatorFactory(domain='oslo_concurrency')
_translators = i18n.TranslatorFactory(domain='oslo.concurrency')
# The primary translation function using the well-known name "_"
_ = _translators.primary