Fix incorrect s/oslo/sahara/ in _i18n

Change-Id: I0ae7dcf935a978c708651fa8f509ae510f7e56c4
This commit is contained in:
Matthew Farrellee 2015-01-27 08:22:15 -05:00
parent edf55dc347
commit f6217cfdb6

View File

@ -40,6 +40,6 @@ try:
_LC = _translators.log_critical _LC = _translators.log_critical
except ImportError: except ImportError:
# NOTE(dims): Support for cases where a project wants to use # NOTE(dims): Support for cases where a project wants to use
# code from sahara-incubator, but is not ready to be internationalized # code from oslo-incubator, but is not ready to be internationalized
# (like tempest) # (like tempest)
_ = _LI = _LW = _LE = _LC = lambda x: x _ = _LI = _LW = _LE = _LC = lambda x: x