Use python2 to be compatible with both 2.6 and 2.7

This commit is contained in:
Félix Saparelli 2012-05-27 22:28:44 +12:00
parent 036ab27ef6
commit 6220e5a6b8

View file

@ -1,4 +1,4 @@
#!/bin/sh
cd `dirname $0`
python2.6 pesterchum.py $@
python2 pesterchum.py $@