escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / client / escalatorclient / shell.py
index 782106c..6aa17f8 100644 (file)
@@ -29,8 +29,8 @@ from os.path import expanduser
 import sys
 import traceback
 
-from oslo_utils import encodeutils
-from oslo_utils import importutils
+from oslo.utils import encodeutils
+from oslo.utils import importutils
 import six.moves.urllib.parse as urlparse
 
 import escalatorclient