changed python usages to python2 because archlinux now uses py3 as default

This commit is contained in:
MatToufoutu 2010-12-21 12:00:11 +01:00
commit f36337e83e

View file

@ -26,7 +26,7 @@ alias tunnel='ssh -fqND 8888'
# Python stuff # Python stuff
alias 2to3='2to3 -x buffer' alias 2to3='2to3 -x buffer'
alias pydebug='python -m pudb.run' alias pydebug='python2 -m pudb.run'
# IPv6 netstat version # IPv6 netstat version
alias netstat6='netstat -A inet6' alias netstat6='netstat -A inet6'