]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix and enable H303 and F403 No wildcard (*) import.
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 20 Jun 2013 01:52:53 +0000 (11:52 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 20 Jun 2013 01:52:53 +0000 (11:52 +1000)
commit3415564deb83794a94f31989cba8dc195863ab1b
treecaafb4bf98e968e7d5391abded84b349f0ec09f8
parent6d7c84dbff57fd39dbb307d676f5b6ccf04a7812
Fix and enable H303 and F403  No wildcard (*) import.

F403 is related the message is:
F403 'from bla import *' used; unable to detect undefined names

Change-Id: I486c0b2fc15a616e3fdf1e7e2eaeae1e45075537
13 files changed:
heat/common/exception.py
heat/db/sqlalchemy/api.py
heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py
heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py
heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py
heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py
heat/db/sqlalchemy/models.py
heat/engine/api.py
heat/engine/service.py
heat/rpc/client.py
heat/tests/test_engine_service.py
tox.ini