Pyflakes cleanup

Review Request #81 — Created June 18, 2007 and submitted — Latest diff uploaded

Information

Review Board SVN (deprecated)
branch branch

Reviewers

A bunch of pyflakes cleanup.

I think there are several bugs fixed here (mostly typos).
It would be very cool to come up with a way that pyflakes could be run as part of 'manage.py test', so that the source could be kept clean, but I didn't think of an easy way to do that yet.
test suite still passes.
some of the bugs here would have been found if the code had ever been run.
trunk/reviewboard/settings.py
trunk/reviewboard/urls.py
trunk/reviewboard/accounts/backends.py
trunk/reviewboard/contrib/db/load-db.py
trunk/reviewboard/diffviewer/diffutils.py
trunk/reviewboard/diffviewer/forms.py
trunk/reviewboard/diffviewer/models.py
trunk/reviewboard/diffviewer/views.py
trunk/reviewboard/reviews/db.py
trunk/reviewboard/reviews/email.py
trunk/reviewboard/reviews/feeds.py
trunk/reviewboard/reviews/forms.py
trunk/reviewboard/reviews/json.py
trunk/reviewboard/reviews/models.py
trunk/reviewboard/reviews/tests.py
trunk/reviewboard/reviews/views.py
trunk/reviewboard/scmtools/core.py
trunk/reviewboard/scmtools/fooversion.py
trunk/reviewboard/scmtools/localfile.py
trunk/reviewboard/scmtools/perforce.py
trunk/reviewboard/scmtools/tests.py
Loading...