explictly use python2

This commit is contained in:
George Hotz 2015-03-24 00:45:11 -07:00
parent 1aec90c6a4
commit c3045e7dee
2 changed files with 2 additions and 2 deletions

2
qira
View File

@ -2,5 +2,5 @@
DIR=$(dirname $(readlink -f $0))
source $DIR/venv/bin/activate
eval $(opam config env)
exec python $DIR/middleware/qira.py $*
exec /usr/bin/env python2.7 $DIR/middleware/qira.py $*

View File

@ -1,4 +1,4 @@
#/usr/bin/env python
#/usr/bin/env python2.7
import re
import json