Merge "Drop use of 'oslo' namespace package"

This commit is contained in:
Jenkins
2015-05-27 07:37:13 +00:00
committed by Gerrit Code Review

View File

@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo.i18n import * # noqa
from oslo_i18n import * # noqa
_translators = TranslatorFactory(domain='zaqarclient')