mercurial/changegroup.py
changeset 2470 fe1689273f84
parent 1997 802e8a029d99
child 3659 025f68f22ae2
--- a/mercurial/changegroup.py	Mon Jun 19 20:37:36 2006 +0200
+++ b/mercurial/changegroup.py	Tue Jun 20 23:58:21 2006 -0700
@@ -6,10 +6,9 @@
 This software may be used and distributed according to the terms
 of the GNU General Public License, incorporated herein by reference.
 """
-import struct
 from i18n import gettext as _
 from demandload import *
-demandload(globals(), "util")
+demandload(globals(), "struct util")
 
 def getchunk(source):
     """get a chunk from a changegroup"""