config/.vim/ftplugin/python/pyflakes/bin/pyflakes

5 lines
69 B
Python

#!/usr/bin/python
from pyflakes.scripts.pyflakes import main
main()