summaryrefslogtreecommitdiff
path: root/src/client.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-12 02:32:50 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-12 02:32:50 +0000
commit66ea0ea1c15c6c3ef869d255dc7da11674570b62 (patch)
tree725b418bbc38d66d2d7a71bfd83a3ad9973b938f /src/client.py
parentfa58dce0f83c8157594300215c15a6253f46844b (diff)
downloadpoezio-66ea0ea1c15c6c3ef869d255dc7da11674570b62.tar.gz
poezio-66ea0ea1c15c6c3ef869d255dc7da11674570b62.tar.bz2
poezio-66ea0ea1c15c6c3ef869d255dc7da11674570b62.tar.xz
poezio-66ea0ea1c15c6c3ef869d255dc7da11674570b62.zip
fixed #1112
Diffstat (limited to 'src/client.py')
-rw-r--r--src/client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.py b/src/client.py
index 9840d259..d3561a86 100644
--- a/src/client.py
+++ b/src/client.py
@@ -20,8 +20,8 @@
import sys
# disable any printout (this would mess the display)
stderr = sys.stderr
-sys.stdout = open('/dev/null', 'w')
-sys.stderr = open('/dev/null', 'w')
+# sys.stdout = open('/dev/null', 'w')
+# sys.stderr = open('/dev/null', 'w')
from connection import Connection
from multiuserchat import MultiUserChat