Merge branch 'master' of /home/dstan/cranspasswords

This commit is contained in:
root 2012-06-20 00:36:01 +02:00
commit bf3339cc07

View file

@ -197,7 +197,7 @@ def notification(subject,corps,fname,old):
msg['To'] = DEST_MAIL
msg.preamble = "cranspasswords report"
info = MIMEText(corps +
"\nLa précédente version a été sauvegardée" +
"\nLa version précédente a été sauvegardée." +
#"\nCi-joint l'ancien fichier." +
"\n\n-- \nCranspasswords.py",_charset="utf-8")
msg.attach(info)