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