remove output warning about indentation in released gajim. Fixes #1527

This commit is contained in:
Yann Leboulanger 2006-04-09 10:00:45 +00:00
parent f16d8efb17
commit 46623708e9
1 changed files with 1 additions and 1 deletions

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 $@