hgext/notify.py
changeset 3877 abaee83ce0a6
parent 3876 1e0b94cfba0e
child 3891 6b4127c7d52a
--- a/hgext/notify.py	Tue Dec 12 18:16:23 2006 -0600
+++ b/hgext/notify.py	Wed Dec 13 13:27:09 2006 -0600
@@ -65,11 +65,10 @@
 # if you like, you can put notify config file in repo that users can
 # push changes to, they can manage their own subscriptions.
 
-from mercurial.demandload import *
 from mercurial.i18n import gettext as _
 from mercurial.node import *
-demandload(globals(), 'mercurial:patch,cmdutil,templater,util,mail')
-demandload(globals(), 'email.Parser fnmatch socket time')
+from mercurial import patch, cmdutil, templater, util, mail
+import email.Parser, fnmatch, socket, time
 
 # template for single changeset can include email headers.
 single_template = '''