diff mercurial/bundlerepo.py @ 14158:d8ba6fb2ce15

bundlerepo: drop struct
author Matt Mackall <mpm@selenic.com>
date Sun, 01 May 2011 13:08:29 -0500
parents 3c3c53d8343a
children 8a0fca925992
line wrap: on
line diff
--- a/mercurial/bundlerepo.py	Mon May 02 01:29:51 2011 +0900
+++ b/mercurial/bundlerepo.py	Sun May 01 13:08:29 2011 -0500
@@ -13,7 +13,7 @@
 
 from node import nullid
 from i18n import _
-import os, struct, tempfile, shutil
+import os, tempfile, shutil
 import changegroup, util, mdiff, discovery
 import localrepo, changelog, manifest, filelog, revlog, error