##// END OF EJS Templates
patchbomb: import new mail module
Brendan Cully -
r2930:af71034a default
parent child Browse files
Show More
@@ -65,7 +65,7 b''
65 65
66 66 from mercurial.demandload import *
67 67 demandload(globals(), '''email.MIMEMultipart email.MIMEText email.Utils
68 mercurial:commands,hg,ui
68 mercurial:commands,hg,mail,ui
69 69 os errno popen2 socket sys tempfile time''')
70 70 from mercurial.i18n import gettext as _
71 71 from mercurial.node import *
General Comments 0
You need to be logged in to leave comments. Login now