summaryrefslogtreecommitdiffstats
path: root/openstack/common/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/wsgi.py')
-rw-r--r--openstack/common/wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/wsgi.py b/openstack/common/wsgi.py
index 52133a8..614a22c 100644
--- a/openstack/common/wsgi.py
+++ b/openstack/common/wsgi.py
@@ -33,8 +33,8 @@ from xml.parsers import expat
from openstack.common import exception
from openstack.common.gettextutils import _
-from openstack.common import log as logging
from openstack.common import jsonutils
+from openstack.common import log as logging
from openstack.common import service