From 914b2868dfaae7f2aa2806869fc0bdaabb4ac3b2 Mon Sep 17 00:00:00 2001 From: pauget Date: Wed, 6 Oct 2004 13:31:06 +0200 Subject: [PATCH] Bug darcs-hash:20041006113106-41617-b60ab90eba84949b488f2398980960e9d2668b53.gz --- gestion/gen_confs/switchs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/switchs.py b/gestion/gen_confs/switchs.py index d43a2a4e..29d2b806 100755 --- a/gestion/gen_confs/switchs.py +++ b/gestion/gen_confs/switchs.py @@ -140,7 +140,7 @@ exit def __init__(self,chbre) : self.chbre = chbre - def __mail(sujet) : + def __mail(self,sujet) : To = "clef%s@crans.org" % self.chbre[0].lower() From = To conn=smtplib.SMTP('localhost')