escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / client / escalatorclient / openstack / common / apiclient / base.py
index eb7218b..128e964 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