Fix a ton of PEP-8 issues.
Review Request #5509 — Created Feb. 19, 2014 and submitted — Latest diff uploaded
Since ReviewBot has been slacking off, a bunch of issues have slipped in (plus
there are a lot that we just never fixed up). This change fixes almost
everything, with the exception that a few things PEP-8 thinks are problems are
actually preferred.
Ran unit tests.
Changes between revision 1 and 2
orig
1
2
3
4
contrib/internal/prepare-dev.py |
---|
contrib/internal/release.py |
---|
contrib/tools/templates/extensions/extension/admin_urls.py |
---|
reviewboard/manage.py |
---|
reviewboard/accounts/backends.py |
---|
reviewboard/admin/checks.py |
---|
reviewboard/admin/management/commands/loaddb.py |
---|
reviewboard/attachments/tests.py |
---|
reviewboard/changedescs/tests.py |
---|
reviewboard/cmdline/rbsite.py |
---|
reviewboard/datagrids/columns.py |
---|
reviewboard/datagrids/grids.py |
---|
reviewboard/diffviewer/tests.py |
---|
reviewboard/hostingsvcs/tests.py |
---|
reviewboard/notifications/tests.py |
---|
reviewboard/reviews/builtin_fields.py |
---|
reviewboard/reviews/context.py |
---|
reviewboard/reviews/tests.py |
---|
reviewboard/reviews/views.py |
---|
reviewboard/reviews/management/commands/fill-database.py |
---|
reviewboard/scmtools/errors.py |
---|
reviewboard/scmtools/git.py |
---|
reviewboard/scmtools/models.py |
---|
reviewboard/scmtools/tests.py |
---|
reviewboard/webapi/resources/diff_context.py |
---|
reviewboard/webapi/tests/base.py |
---|
reviewboard/webapi/tests/mixins_comment.py |
---|
reviewboard/webapi/tests/test_watched_review_request.py |
---|