vim/ftplugin/python/pyflakes/bin/pyflakes @ 408eea0aa65c

vim: add tag-regen mapping
author Steve Losh <steve@stevelosh.com>
date Tue, 22 Feb 2011 12:55:21 -0500
parents d6e9fd358013
children (none)
#!/usr/bin/python

from pyflakes.scripts.pyflakes import main
main()