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.
Diff Revision 4 (Latest)
orig
1
2
3
4
contrib/internal/prepare-dev.py |
---|
contrib/internal/release.py |
---|
contrib/tools/generate_extension.py |
---|
contrib/tools/templates/extensions/setup.py |
---|
contrib/tools/templates/extensions/extension/admin_urls.py |
---|
reviewboard/__init__.py |
---|
reviewboard/manage.py |
---|
reviewboard/settings.py |
---|
reviewboard/test.py |
---|
reviewboard/accounts/backends.py |
---|
reviewboard/accounts/models.py |
---|
reviewboard/accounts/pages.py |
---|
reviewboard/accounts/views.py |
---|
reviewboard/accounts/forms/pages.py |
---|
reviewboard/admin/checks.py |
---|
reviewboard/admin/forms.py |
---|
reviewboard/admin/security_checks.py |
---|
reviewboard/admin/siteconfig.py |
---|
reviewboard/admin/management/commands/loaddb.py |
---|
reviewboard/attachments/tests.py |
---|