1
0
mirror of https://github.com/gryf/.vim.git synced 2026-05-04 10:30:54 +02:00
Files
.vim/bundle/ft_pyflakes-vim/ftplugin/python/pyflakes/bin/pyflakes
T
2012-02-13 21:19:34 +01:00

5 lines
69 B
Python

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