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