Bump version (incompatilibity: dropping old Pythons).
[texml.git] / scripts / texml_local
1 #!/bin/sh
2
3 DIR=`dirname $0`
4
5 PYTHONPATH=$DIR/..:$PYTHONPATH
6 export PYTHONPATH
7
8 python $DIR/texml.py "$@"
9