]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused imports
authorRongzeZhu <zrzhit@gmail.com>
Tue, 14 Aug 2012 14:07:42 +0000 (22:07 +0800)
committerRongzeZhu <zrzhit@gmail.com>
Tue, 14 Aug 2012 14:12:11 +0000 (22:12 +0800)
commit6e5ef61f8f752fad4c2209b5ebc477f47693506e
treea4b11768bed9bc6b4ad2d48379698413a86b33a2
parent3b9379c6fba605589c6b753163e5c8f8670c73bf
Remove unused imports

Fixes bug #1036666

Removed unused imports found by:
find . -type f -name "*py" -exec pylint -r n {} \; | grep -E "Unused imp|^\*"

Change-Id: Iad69354dd47c2a0dfa3a23a95c1a23eb66773b8d
29 files changed:
cinder/api/openstack/common.py
cinder/api/openstack/volume/contrib/extended_snapshot_attributes.py
cinder/api/openstack/volume/contrib/volume_actions.py
cinder/api/openstack/wsgi.py
cinder/api/sizelimit.py
cinder/db/sqlalchemy/migration.py
cinder/db/sqlalchemy/models.py
cinder/openstack/common/notifier/api.py
cinder/openstack/common/rpc/common.py
cinder/test.py
cinder/testing/runner.py
cinder/tests/api/openstack/common.py
cinder/tests/api/openstack/test_common.py
cinder/tests/api/openstack/test_wsgi.py
cinder/tests/db/fakes.py
cinder/tests/integrated/api/client.py
cinder/tests/integrated/test_extensions.py
cinder/tests/integrated/test_xml.py
cinder/tests/scheduler/fakes.py
cinder/tests/scheduler/test_scheduler.py
cinder/tests/test_flags.py
cinder/tests/test_migrations.py
cinder/tests/test_misc.py
cinder/tests/test_quota.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_test_utils.py
cinder/tests/test_utils.py
cinder/volume/netapp.py
cinder/volume/storwize_svc.py