vim/ftplugin/python/pyflakes/bin/pyflakes @ 8fb0b642441f

vim: remove python subrepo
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Mar 2011 12:03:07 -0500
parents d6e9fd358013
children (none)
#!/usr/bin/python

from pyflakes.scripts.pyflakes import main
main()