diff -r 2b8825c94c5a -r ba45041827a2 mercurial/mail.py --- a/mercurial/mail.py Sun Dec 24 22:55:34 2006 +0100 +++ b/mercurial/mail.py Mon Dec 25 13:37:00 2006 +0100 @@ -6,7 +6,7 @@ # of the GNU General Public License, incorporated herein by reference. from i18n import _ -import os, re, smtplib, templater, util +import os, smtplib, templater, util def _smtp(ui): '''send mail using smtp.'''