#!/bin/sh
DEBPUTY_PATH=/usr/share/dh-debputy/
export PYTHONPATH="${DEBPUTY_PATH}"
exec "${DEBPUTY_PATH}/debputy.py" "$@"
