diff mercurial/mail.py @ 3963:ba45041827a2

remove various unused import
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 25 Dec 2006 13:37:00 +0100
parents 6b4127c7d52a
children 49237d6ae97d
line wrap: on
line diff
--- a/mercurial/mail.py
+++ b/mercurial/mail.py
@@ -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.'''