escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / api / escalator / common / auth.py
index d3e2893..cc65935 100644 (file)
@@ -29,8 +29,8 @@ Keystone (an identity management system).
     http://service_endpoint/
 """
 import httplib2
-from oslo_serialization import jsonutils
-from oslo_log import log as logging
+from oslo.serialization import jsonutils
+from oslo.log import log as logging
 # NOTE(jokke): simplified transition to py3, behaves like py2 xrange
 from six.moves import range
 import six.moves.urllib.parse as urlparse