mercurial/mail.py
changeset 8312 b87a50b7125c
parent 8225 46293a0c7e9f
child 8332 3e544c074459
--- a/mercurial/mail.py	Thu May 07 15:08:25 2009 +0300
+++ b/mercurial/mail.py	Tue Apr 28 17:40:46 2009 +0200
@@ -6,9 +6,9 @@
 # GNU General Public License version 2, incorporated herein by reference.
 
 from i18n import _
+import util, encoding
 import os, smtplib, socket
 import email.Header, email.MIMEText, email.Utils
-import util, encoding
 
 def _smtp(ui):
     '''build an smtp connection and return a function to send mail'''