hgext/hbisect.py
changeset 3895 79e5a6e7c451
parent 3877 abaee83ce0a6
child 3891 6b4127c7d52a
--- a/hgext/hbisect.py	Thu Dec 14 19:30:52 2006 +0100
+++ b/hgext/hbisect.py	Thu Dec 14 13:49:33 2006 -0800
@@ -7,8 +7,8 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from mercurial.i18n import gettext as _
-from mercurial.demandload import demandload
-demandload(globals(), "os sys sets mercurial:hg,util,commands,cmdutil")
+from mercurial import hg, util, commands, cmdutil
+import os, sys, sets
 
 versionstr = "0.0.3"