From 45dc21acd7e68737cf6ea5761a7b13e3153203ee Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 18 Mar 2014 03:30:42 +0100 Subject: [PATCH] =?UTF-8?q?[whos]=20On=20ne=20g=C3=A9n=C3=A8re=20pas=20une?= =?UTF-8?q?=20liste=20qui=20ne=20sert=20=C3=A0=20rien?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index f6a6f5ec..822f47e4 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -938,7 +938,7 @@ def _hist(clas) : h.reverse() if h : f += coul(u'Historique : ','gras') - for i in range(0,limit_aff_historique) : + for i in xrange(0,limit_aff_historique) : try : a = h[i] # Produit une erreur si i trop grand if i !=0 : f += ' '