Revert "escalator should use oslo.xxx instead of oslo-xxx"
[escalator.git] / api / escalator / common / utils.py
index df97e29..6cb1784 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