From ada5f52161aefffbf31cfbb0d809b51da321e86e Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sun, 17 Oct 2010 21:40:04 +0200 Subject: [PATCH] [attributs] chambres ???? et EXT valides --- attributs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/attributs.py b/attributs.py index f80cd9c..f1ec2fd 100644 --- a/attributs.py +++ b/attributs.py @@ -246,6 +246,9 @@ class chbre(Attr): legend = u"Chambre sur le campus" def parse_value(self, val, ldif): + if val in (u"EXT", u"????"): + self.value = val + return annuaires_pg.chbre_prises(val[0], val[1:]) self.value = val