From 1188713660822c210b153b62af89faec67644121 Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Mon, 28 Dec 2009 21:52:45 +0100 Subject: [PATCH] Remove some crap which should have never been commited. --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index be228d543..0c73c667c 100755 --- a/launch.sh +++ b/launch.sh @@ -1,3 +1,3 @@ #!/bin/sh cd "$(dirname $0)/src" -exec python -m cProfile gajim.py "$@" +exec python -OOt gajim.py "$@"