[impression/impression_canon.py] on n'ouvree les logs que lorsque c'est nécessaire
darcs-hash:20090519021636-bd074-722d5e10b728df16ede4fe0bfe15809dc1ee0ad5.gz
This commit is contained in:
parent
f05d9405c9
commit
d7d9f9e3d5
2 changed files with 16 additions and 15 deletions
|
@ -25,7 +25,7 @@ def etat():
|
|||
|
||||
def etat_canon():
|
||||
_dico = {
|
||||
'idle(3)\nrunning(2)' : u'Pas configuré comme une imprimante',
|
||||
'idle(3)\nrunning(2)' : u'En marche',
|
||||
'printing(4)\nrunning(2)' : u'Impression en cours',
|
||||
'other(1)\ndown(5)' : u"Erreur [grave] de l'imprimante",
|
||||
'other(1)\nrunning(2)' : u'Imprimante en veille',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue