From a280537cd02c4b22d3975636f1d68725d6619c54 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sun, 17 Oct 2010 17:24:25 +0200 Subject: [PATCH] =?UTF-8?q?[attributs]=20paiement=20et=20carteEtudiant=20s?= =?UTF-8?q?ont=20des=20ann=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attributs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attributs.py b/attributs.py index f43d22a..14f38c4 100644 --- a/attributs.py +++ b/attributs.py @@ -191,11 +191,11 @@ class yearAttr(intAttr): self.value = int(val) -class paiement(intAttr): +class paiement(yearAttr): legend = u"Paiement" -class carteEtudiant(intAttr): +class carteEtudiant(yearAttr): legend = u"Carte d'étudiant"