Revert "escalator should use oslo.xxx instead of oslo-xxx"
[escalator.git] / client / escalatorclient / common / https.py
index 0008a84..55769a0 100644 (file)
@@ -25,7 +25,7 @@ try:
 except ImportError:
     from urllib3 import connectionpool
 
-from oslo.utils import encodeutils
+from oslo_utils import encodeutils
 import six
 # NOTE(jokke): simplified transition to py3, behaves like py2 xrange
 from six.moves import range