escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / api / escalator / api / middleware / context.py
index b921289..a35a4de 100644 (file)
@@ -13,9 +13,9 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-from oslo_serialization import jsonutils
-from oslo_config import cfg
-from oslo_log import log as logging
+from oslo.serialization import jsonutils
+from oslo.config import cfg
+from oslo.log import log as logging
 import webob.exc
 
 from escalator.api import policy