hgext/bugzilla.py
changeset 3886 abaee83ce0a6
parent 3885 1e0b94cfba0e
child 3893 6b4127c7d52a
--- a/hgext/bugzilla.py
+++ b/hgext/bugzilla.py
@@ -52,10 +52,10 @@
 #   [usermap]
 #   committer_email = bugzilla_user_name
 
-from mercurial.demandload import *
 from mercurial.i18n import gettext as _
 from mercurial.node import *
-demandload(globals(), 'mercurial:cmdutil,templater,util os re time')
+from mercurial import cmdutil, templater, util
+import os, re, time
 
 MySQLdb = None