diff options
| author | Zhongyue Luo <zhongyue.nah@intel.com> | 2012-10-29 14:19:19 +0800 |
|---|---|---|
| committer | Zhongyue Luo <zhongyue.nah@intel.com> | 2012-10-29 14:19:19 +0800 |
| commit | b153b563908e91ce1bbce0ab9f019d3fba0b2162 (patch) | |
| tree | 380c935a12e51e365aa02c5d9a2f17a8c4dfb3e2 /openstack/common/wsgi.py | |
| parent | aca1805d911caefe14a73edb6ced281cf54e7ad2 (diff) | |
| download | oslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.tar.gz oslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.tar.xz oslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.zip | |
Import order clean-up
Reorder imports by full module path
Change-Id: If619b4b50aa052401f7fa65df57b74d4ad1b65a6
Diffstat (limited to 'openstack/common/wsgi.py')
| -rw-r--r-- | openstack/common/wsgi.py | 2 |
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 |
