Pyflakes cleanup
Review Request #81 — Created June 18, 2007 and submitted — Latest diff uploaded
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.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
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 |
---|