set sts=4 sw=4 et
set guioptions-=m
set guioptions-=T

runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()

autocmd BufWritePost *.py call Flake8()