Update oslo libraries
Change-Id: I09ab6d5ceea5d0f7e031be100271ed3e2fc3d316
This commit is contained in:
parent
c89bfe2722
commit
4d8a752867
@ -31,7 +31,7 @@ Keystone (an identity management system).
|
|||||||
import httplib2
|
import httplib2
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from oslo.serialization import jsonutils
|
from oslo_serialization import jsonutils
|
||||||
# NOTE(jokke): simplified transition to py3, behaves like py2 xrange
|
# NOTE(jokke): simplified transition to py3, behaves like py2 xrange
|
||||||
from six.moves import range
|
from six.moves import range
|
||||||
import six.moves.urllib.parse as urlparse
|
import six.moves.urllib.parse as urlparse
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslo import i18n
|
import oslo_i18n as i18n
|
||||||
|
|
||||||
_translators = i18n.TranslatorFactory(domain='glance_store')
|
_translators = i18n.TranslatorFactory(domain='glance_store')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user