mercurial/changegroup.py
changeset 3886 abaee83ce0a6
parent 3859 8c24b6fd5866
child 3893 6b4127c7d52a
--- a/mercurial/changegroup.py
+++ b/mercurial/changegroup.py
@@ -6,9 +6,9 @@ changegroup.py - Mercurial changegroup m
 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"""