Do not use oslo namespace for oslo.i18n lib

Release 2.0.0 of oslo.i18n drops the oslo namespace package.

Blueprint: remove-namespace-packages

Change-Id: I29438ad8d5fbd02cfe001865f142f0430579c104
This commit is contained in:
Doug Hellmann 2015-06-26 17:09:00 +00:00
parent dd9e1c0ca4
commit 7e0d0a1cdf

View File

@ -25,8 +25,8 @@ import simplejson
import six
import six.moves.xmlrpc_client as xmlrpclib
from oslo.i18n import fixture
from oslo.serialization import jsonutils
from oslo_i18n import fixture
class JSONUtilsTestMixin(object):