escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / api / escalator / common / config.py
index 66a59f1..a381711 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