]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Import order cleanup
authorZhongyue Luo <zhongyue.nah@intel.com>
Tue, 27 Aug 2013 02:04:47 +0000 (10:04 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Tue, 27 Aug 2013 15:40:55 +0000 (00:40 +0900)
commitef50bb47e21b1b70928f79cc7e160d8c78a83071
tree4fcc354ddc5c257c9ddd2affb8addb918d751366
parent3f54b6c053cfa464ad6d9e8883563d29dd6dfa1f
Import order cleanup

According to
https://github.com/openstack-dev/hacking/blob/master/HACKING.rst#imports
imports must be ordered by the full module path by the below template

{{stdlib imports in human alphabetical order}}
\n
{{third-party lib imports in human alphabetical order}}
\n
{{project imports in human alphabetical order}}
\n
\n
{{begin your code}}

Change-Id: Ia517e629d557133fca1a4927020a93e9e2abf3f9
cinder/backup/drivers/ceph.py
cinder/tests/test_backup_ceph.py
cinder/tests/test_glusterfs.py
cinder/tests/test_nfs.py
cinder/tests/test_utils.py
cinder/utils.py
cinder/volume/drivers/netapp/nfs.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/flows/create_volume.py