crer des codes pour les adhrents

darcs-hash:20061110134010-f46e9-0b0fbd4245cd5a688b78e63e84842d07395cdb29.gz
This commit is contained in:
gdetrez 2006-11-10 14:40:10 +01:00
parent e8391dfd40
commit cd694cff0c
3 changed files with 14 additions and 154 deletions

View file

@ -130,8 +130,7 @@ class root:
#
def etatImprimante(self):
try:
try:
return {"printer_state" : "<br />".join(crans.impression.etat_imprimante.etat())
return {"printer_state" : "<br />".join(crans.impression.etat_imprimante.etat())}
except Exception, e:
return {"printer_state" : 'Imprimante hors ligne'}
etatImprimante.exposed = True