summaryrefslogtreecommitdiffstats
path: root/codegen/pygtk-codegen-2.0.in
blob: 95b547acb0632c3d78c975e855245a191f75c5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

prefix=@prefix@
datarootdir=@datarootdir@
datadir=@datadir@
codegendir=${datadir}/pygtk/2.0/codegen

PYTHONPATH=$codegendir
export PYTHONPATH

exec @PYTHON@ $codegendir/codegen.py "$@"