remove output warning about indentation in released gajim. Fixes

This commit is contained in:
Yann Leboulanger 2006-04-09 10:00:45 +00:00
parent f16d8efb17
commit 46623708e9

View file

@ -29,4 +29,4 @@ fi
cd PREFIX/share/gajim/src
export PYTHONPATH="$PYTHONPATH:PREFIXLIB/gajim"
exec python -OOt gajim.py $@
exec python -OO gajim.py $@