From 823e52de6c8acdbeb6cf413c3a4cd1c7f730d9f3 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Wed, 31 Oct 2012 03:59:09 +0100 Subject: [PATCH] =?UTF-8?q?[whos.py]=20il=20doit=20y=20avoir=20une=20meill?= =?UTF-8?q?eure=20fa=C3=A7on=20de=20faire...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 144c65f7deddc3436b54fc866c0da48d eurk. darcs-hash:20121031025909-28565-58b60ed5076f729dffbd371c940e2c5b001efc7b.gz --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index 8aa7fc6d..e733cb9e 100644 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -869,7 +869,7 @@ def _hist(clas) : try: # on force l'encodage ici sinon il est fait au moment de l'impression a # l'ecran et il empeche l'affichage de toutes les infos - f += u'%s\n' % a.encode("iso-8859-15").decode("iso-8859-15") + f += u'%s\n' % a except Exception, e: if debug: f += coul(u'*** non affichable [%s] ***\n' % str(e), 'rouge')