From c4a3a963e334c27fcab3a3b37970fa844cee2bfd Mon Sep 17 00:00:00 2001 From: pauget Date: Mon, 15 Nov 2004 08:24:39 +0100 Subject: [PATCH] Rglage darcs-hash:20041115072439-41617-9684486bf4e2d00c7db54194804dafdcdb94a708.gz --- gestion/affich_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/affich_tools.py b/gestion/affich_tools.py index ba4ea7ff..e8d0eb94 100755 --- a/gestion/affich_tools.py +++ b/gestion/affich_tools.py @@ -155,7 +155,7 @@ class anim : def __init__(self,truc,iter=0) : """ Affichage de : truc.................""" - self.txt = truc + '.'*(40-len(truc)) + self.txt = truc + '.'*(50-len(truc)) self.c = 1 self.iter = iter sys.stdout.write(self.txt)