fnp
/
texml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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