mercurial/changegroup.py
changeset 2470 fe1689273f84
parent 1997 802e8a029d99
child 3666 025f68f22ae2
--- a/mercurial/changegroup.py
+++ b/mercurial/changegroup.py
@@ -6,10 +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.
 """
-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"""