Use python2
to be compatible with both 2.6 and 2.7
This commit is contained in:
parent
036ab27ef6
commit
6220e5a6b8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd `dirname $0`
|
||||
python2.6 pesterchum.py $@
|
||||
python2 pesterchum.py $@
|
||||
|
|
Loading…
Reference in a new issue