vim/ftplugin/python/pyflakes/bin/pyflakes @ 1d88d4630cf7

Lots.
author Steve Losh <steve@stevelosh.com>
date Tue, 11 Jan 2011 09:24:35 -0500
parents d6e9fd358013
children (none)
#!/usr/bin/python

from pyflakes.scripts.pyflakes import main
main()