comparison 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
comparison
equal deleted inserted replaced
3962:2b8825c94c5a 3963:ba45041827a2
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 _ 8 from i18n import _
9 import os, re, smtplib, templater, util 9 import os, 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
14 local_hostname = ui.config('smtp', 'local_hostname') 14 local_hostname = ui.config('smtp', 'local_hostname')