Revert "escalator should use oslo.xxx instead of oslo-xxx"
[escalator.git] / client / escalatorclient / openstack / common / apiclient / base.py
index 128e964..eb7218b 100644 (file)
@@ -40,7 +40,7 @@ Base utilities to build API operation managers and objects on top of.
 import abc
 import copy
 
-from oslo.utils import strutils
+from oslo_utils import strutils
 import six
 from six.moves.urllib import parse