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-13 15:18:39 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-13 15:18:39 +0000
commitd72780d58db86f0be2e4cfc26cd2a40ef47d5bca (patch)
tree191cb380b50de2c2846b3e9f9710695442b4c0c9 /src/client.py
parent949ef991d9e8e44c41802f202381c2223876f186 (diff)
downloadpoezio-d72780d58db86f0be2e4cfc26cd2a40ef47d5bca.tar.gz
poezio-d72780d58db86f0be2e4cfc26cd2a40ef47d5bca.tar.bz2
poezio-d72780d58db86f0be2e4cfc26cd2a40ef47d5bca.tar.xz
poezio-d72780d58db86f0be2e4cfc26cd2a40ef47d5bca.zip
debut de vcard : les avatars
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