bundlerepo: drop struct
authorMatt Mackall <mpm@selenic.com>
Sun, 01 May 2011 13:08:29 -0500
changeset 14158 d8ba6fb2ce15
parent 14157 a8f136f430da
child 14159 a4049424cb51
child 14171 fa2b596db182
bundlerepo: drop struct
mercurial/bundlerepo.py
--- 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