escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / api / escalator / api / versions.py
index 751fc76..6a3dd0a 100644 (file)
@@ -15,8 +15,8 @@
 
 import httplib
 
-from oslo_serialization import jsonutils
-from oslo_config import cfg
+from oslo.serialization import jsonutils
+from oslo.config import cfg
 import webob.dec
 
 from escalator.common import wsgi