Merge pull request #2088 from Stibbons/gsemet_push_pep_pylint_completion

Completion for python, pep8, autopep8 and pylint
This commit is contained in:
Robby Russell 2013-12-02 23:45:35 -08:00
commit 5a32796fc5
7 changed files with 155 additions and 0 deletions

View file

@ -11,3 +11,4 @@ function pyclean() {
# Grep among .py files
alias pygrep='grep --include="*.py"'