vim/ftplugin/python/pyflakes/bin/pyflakes @ 2f93a524001b

vim: make sparkup less dumb
author Steve Losh <steve@stevelosh.com>
date Mon, 19 Jul 2010 22:00:25 -0400
parents d6e9fd358013
children (none)
#!/usr/bin/python

from pyflakes.scripts.pyflakes import main
main()