From 463d8567f515413c41227a34e4401c32ae8c3e6d Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Tue, 27 Jan 2015 08:11:25 -0500 Subject: [PATCH] Update _i18n oslo-incubator module Fixes incorrect s/oslo/saharaclient/ Change-Id: I202bae8a96fff98efa548de72d3008821b3f8f8b --- saharaclient/openstack/common/_i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saharaclient/openstack/common/_i18n.py b/saharaclient/openstack/common/_i18n.py index 77da5758..ff3f7ff5 100644 --- a/saharaclient/openstack/common/_i18n.py +++ b/saharaclient/openstack/common/_i18n.py @@ -40,6 +40,6 @@ try: _LC = _translators.log_critical except ImportError: # NOTE(dims): Support for cases where a project wants to use - # code from saharaclient-incubator, but is not ready to be internationalized + # code from oslo-incubator, but is not ready to be internationalized # (like tempest) _ = _LI = _LW = _LE = _LC = lambda x: x