Import from v. 2.0.2 downloaded from http://getfo.org/texml/
[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