]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adjust import order according to PEP8 imports rule
authorJay Lau <liugya@cn.ibm.com>
Sat, 14 Dec 2013 15:54:16 +0000 (10:54 -0500)
committerJay Lau <liugya@cn.ibm.com>
Mon, 16 Dec 2013 05:23:06 +0000 (00:23 -0500)
commitf02b2dc71f86b0ae9bdcc83944c926a779f950de
treebe4a5f64be2cb781a8a02d5c7a2ac0668e973808
parent1622b284c6f59a6b9e12f84ee0173e330d895071
Adjust import order according to PEP8 imports rule

This patch just adjust import order to follow PEP8 imports rule.
See http://www.python.org/dev/peps/pep-0008/#imports

Imports should be grouped in the following order:
1) Standard library imports
2) Related third party imports
3) Local application/library specific imports

Change-Id: Ifa3f219207b02d60e757e17c42dae1fef2f628fe
cinder/api/openstack/wsgi.py
cinder/utils.py