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

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

PYTHONPATH=$codegendir
export PYTHONPATH

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