escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / api / escalator / common / utils.py
index 6cb1784..df97e29 100644 (file)
@@ -39,10 +39,10 @@ import uuid
 import copy
 
 from OpenSSL import crypto
-from oslo_config import cfg
-from oslo_log import log as logging
-from oslo_utils import encodeutils
-from oslo_utils import excutils
+from oslo.config import cfg
+from oslo.log import log as logging
+from oslo.utils import encodeutils
+from oslo.utils import excutils
 import six
 from webob import exc
 from escalator.common import exception