From 6d4e5c069ec1a953f01c1abacc398a05c5a1485d Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 12 Jan 2011 20:09:48 +0100 Subject: Finish the two default themes And remove the automatic copy of the config files --- src/poezio.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/poezio.py') diff --git a/src/poezio.py b/src/poezio.py index 8362cd19..cbe30f2a 100644 --- a/src/poezio.py +++ b/src/poezio.py @@ -32,6 +32,7 @@ from core import core if __name__ == '__main__': signal.signal(signal.SIGINT, signal.SIG_IGN) # ignore ctrl-c + sys.stderr = open('/dev/null', 'a') if options.debug: logging.basicConfig(filename=options.debug,level=logging.DEBUG) if not connection.start(): # Connect to remote server -- cgit v1.2.3