escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / client / escalatorclient / common / utils.py
index 0156d31..6ebffe0 100644 (file)
@@ -23,13 +23,13 @@ import re
 import sys
 import threading
 import uuid
-from oslo_utils import encodeutils
-from oslo_utils import strutils
+from oslo.utils import encodeutils
+from oslo.utils import strutils
 import prettytable
 import six
 
 from escalatorclient import exc
-from oslo_utils import importutils
+from oslo.utils import importutils
 
 if os.name == 'nt':
     import msvcrt