python plugin updated to work with archlinux (envvar python is python 3 not 2).

This commit is contained in:
Jesus de Mula Cano
2011-03-04 11:48:12 +01:00
parent a38012fb18
commit 5f8e0c49d6

View File

@@ -1,4 +1,4 @@
#!/bin/bash
alias http='python -m SimpleHTTPServer'
alias http='python2 -m SimpleHTTPServer'