mercurial/repair.py
changeset 8312 b87a50b7125c
parent 8225 46293a0c7e9f
child 8363 c8e81f557da7
--- a/mercurial/repair.py	Thu May 07 15:08:25 2009 +0300
+++ b/mercurial/repair.py	Tue Apr 28 17:40:46 2009 +0200
@@ -6,9 +6,10 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-import changegroup, os
+import changegroup
 from node import nullrev, short
 from i18n import _
+import os
 
 def _bundle(repo, bases, heads, node, suffix, extranodes=None):
     """create a bundle with the specified revisions as a backup"""