escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / api / escalator / common / client.py
index 586d638..7eb2a9c 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