escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / api / escalator / cmd / api.py
index 7b29589..c0bea85 100644 (file)
@@ -26,15 +26,13 @@ import sys
 
 import eventlet
 
-from oslo_service import systemd
-from oslo_config import cfg
-from oslo_log import log as logging
+from oslo.service import systemd
+from oslo.config import cfg
+from oslo.log import log as logging
 import osprofiler.notifier
 import osprofiler.web
 
-from escalator.common import utils
 from escalator.common import config
-from escalator.common import exception
 from escalator.common import wsgi
 from escalator import notifier