vim/ftplugin/python/pyflakes/bin/pyflakes @ 5c4a99127ef9

vim: buffer-switching mapping
author Steve Losh <steve@stevelosh.com>
date Fri, 25 Feb 2011 15:17:11 -0500
parents d6e9fd358013
children (none)
#!/usr/bin/python

from pyflakes.scripts.pyflakes import main
main()