changeset 2930:af71034aac90

patchbomb: import new mail module
author Brendan Cully <brendan@kublai.com>
date Wed, 16 Aug 2006 11:03:45 -0700
parents bd74898588a3
children 0843bd53dcff 5ddf7d305a27
files hgext/patchbomb.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/patchbomb.py	Wed Aug 16 11:03:32 2006 -0700
+++ b/hgext/patchbomb.py	Wed Aug 16 11:03:45 2006 -0700
@@ -65,7 +65,7 @@
 
 from mercurial.demandload import *
 demandload(globals(), '''email.MIMEMultipart email.MIMEText email.Utils
-                         mercurial:commands,hg,ui
+                         mercurial:commands,hg,mail,ui
                          os errno popen2 socket sys tempfile time''')
 from mercurial.i18n import gettext as _
 from mercurial.node import *