]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Import order cleanup per HACKING
authorZhongyue Luo <zhongyue.nah@intel.com>
Wed, 7 Nov 2012 07:56:33 +0000 (15:56 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Sun, 11 Nov 2012 10:25:20 +0000 (18:25 +0800)
commitdb592705d996ddc0e353c13d0e1e0e62262f8df9
treec66e63c00fb6934da4a7ecdd073430e4b5fd6fdf
parentfc4cae50f53643e2093170530eb0dc758a0b3f63
Import order cleanup per HACKING

Change-Id: I5540a5d24f45aa51e0ef58b43427fbaf7726da89
66 files changed:
cinder/api/auth.py
cinder/api/openstack/__init__.py
cinder/api/openstack/common.py
cinder/api/openstack/extensions.py
cinder/api/openstack/urlmap.py
cinder/api/openstack/volume/__init__.py
cinder/api/openstack/volume/contrib/__init__.py
cinder/api/openstack/volume/contrib/admin_actions.py
cinder/api/openstack/volume/contrib/extended_snapshot_attributes.py
cinder/api/openstack/volume/contrib/volume_actions.py
cinder/api/openstack/volume/snapshots.py
cinder/api/openstack/volume/types.py
cinder/api/openstack/volume/volumes.py
cinder/api/openstack/wsgi.py
cinder/context.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/models.py
cinder/db/sqlalchemy/session.py
cinder/openstack/common/rpc/impl_kombu.py
cinder/scheduler/driver.py
cinder/service.py
cinder/test.py
cinder/testing/runner.py [changed mode: 0644->0755]
cinder/tests/api/openstack/fakes.py
cinder/tests/api/openstack/test_common.py
cinder/tests/api/openstack/test_faults.py
cinder/tests/api/openstack/test_wsgi.py
cinder/tests/api/openstack/test_xmlutil.py
cinder/tests/api/openstack/volume/contrib/test_admin_actions.py
cinder/tests/api/openstack/volume/contrib/test_types_manage.py
cinder/tests/api/openstack/volume/contrib/test_volume_actions.py
cinder/tests/api/openstack/volume/contrib/test_volume_host_attribute.py
cinder/tests/api/openstack/volume/contrib/test_volume_tenant_attribute.py
cinder/tests/api/openstack/volume/test_snapshots.py
cinder/tests/api/openstack/volume/test_types.py
cinder/tests/api/openstack/volume/test_volumes.py
cinder/tests/integrated/api/client.py
cinder/tests/integrated/test_volumes.py [changed mode: 0644->0755]
cinder/tests/integrated/test_xml.py
cinder/tests/test_exception.py
cinder/tests/test_migrations.py
cinder/tests/test_netapp_nfs.py
cinder/tests/test_nexenta.py
cinder/tests/test_nfs.py
cinder/tests/test_service.py
cinder/tests/test_volume.py
cinder/tests/test_volume_types.py
cinder/tests/test_volume_utils.py
cinder/tests/test_windows.py
cinder/tests/test_wsgi.py
cinder/tests/test_zadara.py
cinder/tests/windows/basetestcase.py
cinder/utils.py
cinder/volume/api.py
cinder/volume/driver.py
cinder/volume/drivers/rbd.py
cinder/volume/manager.py
cinder/volume/netapp.py
cinder/volume/netapp_nfs.py
cinder/volume/nexenta/jsonrpc.py
cinder/volume/nexenta/volume.py
cinder/volume/nfs.py
cinder/volume/san/__init__.py
cinder/volume/san/san.py
cinder/volume/utils.py
cinder/volume/zadara.py