From 46623708e9bb4e44c44c0d96b56ac3adeb6fa830 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 9 Apr 2006 10:00:45 +0000 Subject: [PATCH] remove output warning about indentation in released gajim. Fixes #1527 --- scripts/gajim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gajim b/scripts/gajim index 806472002..0e12d21d7 100644 --- a/scripts/gajim +++ b/scripts/gajim @@ -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 $@