view vim/vimfiles/bundle/pyflakes-vim/ftplugin/python/pyflakes/bin/pyflakes @ 24:f5af5e32dcdc

Don't control *.pyc files in the repo.
author Brian Neal <bgneal@gmail.com>
date Fri, 09 Jan 2015 11:35:06 -0600
parents 097c95760fd0
children
line wrap: on
line source
#!/usr/bin/python

from pyflakes.scripts.pyflakes import main
main()