From e55392c2ffcfe866f245cc2e86e536793e520c01 Mon Sep 17 00:00:00 2001 From: pauget Date: Sun, 5 Dec 2004 13:39:49 +0100 Subject: [PATCH] Esthtique. darcs-hash:20041205123949-41617-bc71eb158108aaf06173e91eec9e359d1d66deb0.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 8e44cfbc..90ff0210 100755 --- a/gestion/affich_tools.py +++ b/gestion/affich_tools.py @@ -160,7 +160,7 @@ class anim : def __init__(self,truc,iter=0) : """ Affichage de : truc.................""" - self.txt = truc + '.'*(50-len(truc)) + self.txt = truc + '.'*(45-len(truc)) self.c = 1 self.iter = iter sys.stdout.write(self.txt)