Revert "escalator should use oslo.xxx instead of oslo-xxx"
[escalator.git] / api / escalator / common / client.py
index 7eb2a9c..586d638 100644 (file)
@@ -40,8 +40,8 @@ try:
 except ImportError:
     SENDFILE_SUPPORTED = False
 
-from oslo.log import log as logging
-from oslo.utils import encodeutils
+from oslo_log import log as logging
+from oslo_utils import encodeutils
 import six
 # NOTE(jokke): simplified transition to py3, behaves like py2 xrange
 from six.moves import range