mercurial/manifest.py
changeset 3877 abaee83ce0a6
parent 3607 f4c9bb4ad7b1
child 3891 6b4127c7d52a
--- a/mercurial/manifest.py	Tue Dec 12 18:16:23 2006 -0600
+++ b/mercurial/manifest.py	Wed Dec 13 13:27:09 2006 -0600
@@ -7,9 +7,7 @@
 
 from revlog import *
 from i18n import gettext as _
-from demandload import *
-demandload(globals(), "array bisect struct")
-demandload(globals(), "mdiff")
+import array, bisect, struct, mdiff
 
 class manifestdict(dict):
     def __init__(self, mapping=None, flags=None):