]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Gate on certain pyflakes failures
authorSteven Dake <sdake@redhat.com>
Wed, 27 Feb 2013 22:23:48 +0000 (15:23 -0700)
committerGerrit Code Review <review@openstack.org>
Thu, 28 Feb 2013 20:21:02 +0000 (20:21 +0000)
commitd640718167eb9e9d17c97b64b636063f2b82ba1e
treea52277d389f7714cdfb3e9c24ed02ac3bf66660c
parent2358f6d5bc3e79f6d973ec25de81569286aeabc4
Gate on certain pyflakes failures

To prevent recent gating problems from typos, an
import not used and redefinition of function problems in
the source code have become gating.

Fixes: Bug #1131275
Change-Id: I7011f3ac5940afc70c38758e67a2222a66e625c3
Signed-off-by: Steven Dake <sdake@redhat.com>
heat/engine/service.py
heat/tests/__init__.py
heat/tests/test_common_policy.py
heat/tests/test_security_group.py
heat/tests/test_vpc.py
tools/pyflakes-bypass.py [new file with mode: 0644]
tools/run_pep8.sh