mercurial/mail.py
changeset 3886 abaee83ce0a6
parent 2964 26c8d37496c2
child 3893 6b4127c7d52a
--- a/mercurial/mail.py
+++ b/mercurial/mail.py
@@ -6,8 +6,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from i18n import gettext as _
-from demandload import *
-demandload(globals(), "os re smtplib templater util")
+import os, re, smtplib, templater, util
 
 def _smtp(ui):
     '''send mail using smtp.'''