diff --git a/attributs.py b/attributs.py index 050ac0b..d9b6b3a 100644 --- a/attributs.py +++ b/attributs.py @@ -786,11 +786,7 @@ class chbre(Attr): elif chambre in (u"EXT", u"????"): self.value = chambre else: - try: - annuaires_pg.chbre_prises(chambre[0], chambre[1:]) - except NameError: - import annuaires_pg_test - annuaires_pg_test.chbre_prises(chambre[0], chambre[1:]) + annuaires_pg.chbre_prises(chambre[0], chambre[1:]) self.value = chambre @crans_attribute