encore des bugs

darcs-hash:20021027015808-a279a-49349eb334bbf5372ebfc0f232767e2827701faa.gz
This commit is contained in:
stransky 2002-10-27 02:58:08 +01:00
parent 2d1f3313ba
commit 044dda510e

View file

@ -231,11 +231,9 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost):
From: %(author)s From: %(author)s
To: %(people)s To: %(people)s
Subject: %(subject)s Subject: %(subject)s
X-CVSinfo: %(location)s
''' % {'author' : author, ''' % {'author' : author,
'people' : string.join(people, COMMASPACE), 'people' : string.join(people, COMMASPACE),
'subject': 'CVS commit sur '+host+' : '+ subject, 'subject': 'CVS commit sur '+host+' : '+ subject,
'location': 'CRANS',
} }
s.write(sys.stdin.read()) s.write(sys.stdin.read())
# append the diffs if available # append the diffs if available