]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix a heap of pep8 errors
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 16 Apr 2012 07:07:07 +0000 (17:07 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 16 Apr 2012 07:07:07 +0000 (17:07 +1000)
commitdfe12cbaba575620efac009597461a80110db9c9
treef7d60f692b2c73a3de49b161945111c09bee7a20
parentb7b29add1128861056e26b368e3e181ccd8fdbd3
Fix a heap of pep8 errors

./run_tests.sh is much cleaner now.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
25 files changed:
bin/run-parser.py
heat/api/v1/__init__.py
heat/api/v1/stacks.py
heat/cloudformations.py
heat/cloudinit/part-handler.py
heat/common/config.py
heat/common/exception.py
heat/common/utils.py
heat/db/api.py
heat/db/sqlalchemy/api.py
heat/db/sqlalchemy/manage.py
heat/db/sqlalchemy/migrate_repo/versions/001_norwhal.py
heat/db/sqlalchemy/models.py
heat/db/sqlalchemy/session.py
heat/engine/__init__.py
heat/engine/manager.py
heat/engine/parser.py
heat/engine/resources.py
heat/manager.py
heat/rpc/__init__.py
heat/rpc/impl_qpid.py
heat/service.py
heat/tests/examples/test1.py
heat/tests/examples/test2.py
heat/tests/examples/test3.py