#!/bin/sh
PYTHONPATH=/usr/lib/chatplus:${PYTHONPATH}
export PYTHONPATH

cd /usr/share/chatplus
exec python gtkchat.py "$@"

