From 71d4f906c1a52f5dcba114ff8aa70148dafffd24 Mon Sep 17 00:00:00 2001 From: kong wei Date: Fri, 3 Mar 2017 14:37:44 +0000 Subject: escalator should use oslo.xxx instead of oslo-xxx Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9 Signed-off-by: Kong Wei --- api/escalator/common/wsgi.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'api/escalator/common/wsgi.py') diff --git a/api/escalator/common/wsgi.py b/api/escalator/common/wsgi.py index 8884ea4..453eb67 100644 --- a/api/escalator/common/wsgi.py +++ b/api/escalator/common/wsgi.py @@ -33,11 +33,11 @@ from eventlet.green import socket from eventlet.green import ssl import eventlet.greenio import eventlet.wsgi -from oslo_serialization import jsonutils -from oslo_concurrency import processutils -from oslo_config import cfg -from oslo_log import log as logging -from oslo_log import loggers +from oslo.serialization import jsonutils +from oslo.concurrency import processutils +from oslo.config import cfg +from oslo.log import log as logging +from oslo.log import loggers import routes import routes.middleware import six -- cgit 1.2.3-korg