don't set use_stun_server as True by default. It's useless when there is no stun...
[gajim.git] / launch.sh
blob69c923d7b53f135394010bf7bd551976496aecf8
1 #!/bin/sh
2 if [ ! $PYTHON ]; then
3 PYTHON="python";
4 fi
5 cd "$(dirname $0)/src"
6 exec $PYTHON -OOt gajim.py "$@"