Revert "escalator should use oslo.xxx instead of oslo-xxx"
[escalator.git] / api / escalator / common / config.py
index a381711..66a59f1 100644 (file)
@@ -24,9 +24,9 @@ import logging.handlers
 import os
 import tempfile
 
-from oslo.concurrency import lockutils
-from oslo.config import cfg
-from oslo.policy import policy
+from oslo_concurrency import lockutils
+from oslo_config import cfg
+from oslo_policy import policy
 from paste import deploy
 
 from escalator import i18n