From 741fba9ed17d99cebe127b1fa71bc9bfbb854637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Wed, 18 Jun 2014 12:15:34 +0200 Subject: [PATCH] =?UTF-8?q?[affichage]=20Print=20de=20debug=20oubli=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/affichage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gestion/affichage.py b/gestion/affichage.py index 0bad2d88..b4541f2e 100755 --- a/gestion/affichage.py +++ b/gestion/affichage.py @@ -442,7 +442,6 @@ def tableau(data, titre=None, largeur=None, alignement=None, format=None, dialog for i in range(nb_cols): if largeur[i] in ['*', -1] : largeur[i] = max(cols - sum_larg - nb_cols - 1, 3)/stars - print largeur if alignement is None: alignement = ['c'] * nb_cols