pas de mention explicite de annuaires_pg_test
This commit is contained in:
parent
fad66402da
commit
2f469b4916
1 changed files with 1 additions and 5 deletions
|
@ -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:])
|
||||
self.value = chambre
|
||||
|
||||
@crans_attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue