Erreur
darcs-hash:20041005211715-41617-61e78cbf044f4a7193b59ef5e7e56687ec18830c.gz
This commit is contained in:
parent
af963b9451
commit
d8dd13615d
1 changed files with 2 additions and 2 deletions
|
@ -150,9 +150,9 @@ exit
|
||||||
conn.sendmail(From, To , txt_mail % { 'From' : From, 'To' : To })
|
conn.sendmail(From, To , txt_mail % { 'From' : From, 'To' : To })
|
||||||
conn.quit()
|
conn.quit()
|
||||||
|
|
||||||
def disable() :
|
def disable(self) :
|
||||||
self.__mail("Chambre %s à débrancher." % self.chbre)
|
self.__mail("Chambre %s à débrancher." % self.chbre)
|
||||||
def enable() :
|
def enable(self) :
|
||||||
self.__mail("Chambre %s à brancher." % self.chbre)
|
self.__mail("Chambre %s à brancher." % self.chbre)
|
||||||
|
|
||||||
prise=prise_non_manageable(chbre)
|
prise=prise_non_manageable(chbre)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue