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

pull/41/head
Jesus de Mula Cano 2011-03-04 11:48:12 +01:00
parent a38012fb18
commit 5f8e0c49d6
1 changed files with 1 additions and 1 deletions

View File

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