/usr/bin/pygobject-codegen-2.0 is in python-gobject-2-dev 2.28.6-13.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/sh
prefix=/usr
datarootdir=${prefix}/share
datadir=${datarootdir}
codegendir=${datadir}/pygobject/2.0/codegen
PYTHONPATH=$codegendir
export PYTHONPATH
exec /usr/bin/python2.7 $codegendir/codegen.py "$@"
|