mercurial/changegroup.py
changeset 3895 79e5a6e7c451
parent 3877 abaee83ce0a6
child 3891 6b4127c7d52a
--- a/mercurial/changegroup.py	Thu Dec 14 19:30:52 2006 +0100
+++ b/mercurial/changegroup.py	Thu Dec 14 13:49:33 2006 -0800
@@ -6,9 +6,9 @@
 This software may be used and distributed according to the terms
 of the GNU General Public License, incorporated herein by reference.
 """
+
 from i18n import gettext as _
-from demandload import *
-demandload(globals(), "struct os bz2 zlib util tempfile")
+import struct, os, bz2, zlib, util, tempfile
 
 def getchunk(source):
     """get a chunk from a changegroup"""