vim/ftplugin/python/pyflakes/bin/pyflakes @ e7baf2c34c7e

Add "vim/spell" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Dec 2010 20:08:02 -0500
parents d6e9fd358013
children (none)
#!/usr/bin/python

from pyflakes.scripts.pyflakes import main
main()