diff mercurial/bundlerepo.py @ 14158:d8ba6fb2ce15

bundlerepo: drop struct
author Matt Mackall <mpm@selenic.com>
date Sun, 01 May 2011 13:08:29 -0500 (2011-05-01)
parents 3c3c53d8343a
children 8a0fca925992
line wrap: on
line diff
--- a/mercurial/bundlerepo.py
+++ b/mercurial/bundlerepo.py
@@ -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