@ -1,6 +1,6 @@
#!/bin/sh
if [ ! $PYTHON ]; then
PYTHON="python";
PYTHON="python3";
fi
cd "$(dirname $0)/src"
exec $PYTHON -OOt gajim.py "$@"