summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-01-12 20:09:48 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-01-12 20:09:48 +0100
commit6d4e5c069ec1a953f01c1abacc398a05c5a1485d (patch)
treeccd61410874686d9b500d53c8813e40ee139f387 /src/poezio.py
parentce1fc18e104c9ed963347c50c48a7e40f755027e (diff)
downloadpoezio-6d4e5c069ec1a953f01c1abacc398a05c5a1485d.tar.gz
poezio-6d4e5c069ec1a953f01c1abacc398a05c5a1485d.tar.bz2
poezio-6d4e5c069ec1a953f01c1abacc398a05c5a1485d.tar.xz
poezio-6d4e5c069ec1a953f01c1abacc398a05c5a1485d.zip
Finish the two default themes
And remove the automatic copy of the config files
Diffstat (limited to 'src/poezio.py')
-rw-r--r--src/poezio.py1
1 files changed, 1 insertions, 0 deletions
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