Fix PEP-8 issues in accounts/ and admin/
Review Request #4412 — Created Aug. 9, 2013 and submitted — Latest diff uploaded
Fix PEP-8 issues in accounts/ and admin/ This change fixes up most of the issues found by the pep8 tool. The ones that I left where where we had mapping tables that were formatted for readability.
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.
orig
1
2
3
4
5
reviewboard/accounts/admin.py |
---|
reviewboard/accounts/backends.py |
---|
reviewboard/accounts/forms.py |
---|
reviewboard/accounts/models.py |
---|
reviewboard/accounts/urls.py |
---|
reviewboard/accounts/views.py |
---|
reviewboard/admin/cache_stats.py |
---|
reviewboard/admin/checks.py |
---|
reviewboard/admin/forms.py |
---|
reviewboard/admin/middleware.py |
---|
reviewboard/admin/siteconfig.py |
---|
reviewboard/admin/urls.py |
---|
reviewboard/admin/views.py |
---|
reviewboard/admin/widgets.py |
---|
reviewboard/admin/management/sites.py |
---|
reviewboard/admin/management/commands/dumpdb.py |
---|
reviewboard/admin/templatetags/rbadmintags.py |
---|