summaryrefslogtreecommitdiff
path: root/pyflakes/scripts/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pyflakes-trailing-whitespace-2663exarkun2008-08-281-0/+0
Author: exarkun Reviewer: pjd Fixes: #2663 Work-around a strangeness in the Python compiler which caused failures on source with trailing whitespace but no trailing newline (by adding a trailing newline). Also, re-organize for the command line `pyflakes` tool into a real module so that it can be properly unit tested.