mercurial/mail.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 3963 ba45041827a2
equal deleted inserted replaced
3892:2eec996f2fb9 3893:6b4127c7d52a
     3 # Copyright 2006 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2006 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 from i18n import gettext as _
     8 from i18n import _
     9 import os, re, smtplib, templater, util
     9 import os, re, smtplib, templater, util
    10 
    10 
    11 def _smtp(ui):
    11 def _smtp(ui):
    12     '''send mail using smtp.'''
    12     '''send mail using smtp.'''
    13 
    13