-
-
trunk/reviewboard/reviews/json.py (Diff revision 1) I think the way it was written is correct; this checks the review, not the request being reviewed.
-
-
-
trunk/reviewboard/reviews/views.py (Diff revision 1) Another Forbidded. Did you run pyflakes again after these changes?
-
-
-
-
trunk/reviewboard/contrib/db/load-db.py (Diff revision 1) Please separate these onto their own lines: import os import sys
-
-
trunk/reviewboard/scmtools/fooversion.py (Diff revision 1) We can probably just delete the FooVersion tool, actually. It was useful for testing early on, but no longer.
Pyflakes cleanup
Review Request #81 — Created June 18, 2007 and submitted
Information | |
---|---|
emurphy | |
Review Board SVN (deprecated) | |
branch branch | |
Reviewers | |
reviewboard | |
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.