Fix PEP-8 issues in accounts/ and admin/

Review Request #4412 — Created Aug. 9, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

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.

 
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
Loading...