Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Gaetan Semet 2013-11-18 14:54:31 +01:00
commit 1a5e47a9ad
10 changed files with 362 additions and 63 deletions

View file

@ -6,6 +6,7 @@ alias pyfind='find . -name "*.py"'
function pyclean() {
ZSH_PYCLEAN_PLACES=${*:-'.'}
find ${ZSH_PYCLEAN_PLACES} -type f -name "*.py[co]" -delete
find ${ZSH_PYCLEAN_PLACES} -type d -name "__pycache__" -delete
}
# Grep among .py files