#!/bin/sh
PYTHONPATH="/usr/lib/poezio${PYTHONPATH+:}${PYTHONPATH}"
export PYTHONPATH
exec /usr/bin/python "/usr/lib/poezio/poezio.py" "$@"
