]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Enable flake8 H303,H304 checking
authorAlexander Bochkarev <abochkarev@mirantis.com>
Mon, 24 Feb 2014 11:10:44 +0000 (15:10 +0400)
committerGerrit Code Review <review@openstack.org>
Tue, 15 Apr 2014 09:16:01 +0000 (09:16 +0000)
commitc83511afb3fecd9be1438292893f904ca718a151
tree1b6095aad8f210e5bc9c9a2d1e74bba88af0ae2f
parent7cd6d18c28ac552ddf4b76f75b6da470b44fc812
Enable flake8 H303,H304 checking

We had two types of wildcard imports in the code. Unneeded ones
in test files that are just removed, and some that we actually
want which are kept using the '#noqa' comment to tell flake8
to skip specific checks (such as H303) for that line.

Change-Id: I7d194a7bbcccdba419a2a49a919e17c047633cf0
cinder/db/__init__.py
cinder/tests/api/__init__.py
cinder/tests/api/contrib/__init__.py
cinder/tests/api/openstack/__init__.py
cinder/tests/image/__init__.py
cinder/tests/integrated/__init__.py
cinder/tests/scheduler/__init__.py
tox.ini