mercurial/repair.py
changeset 14064 e4bfb9c337f3
parent 13747 cede00420e1e
child 15068 73307643a09f
--- a/mercurial/repair.py	Sat Apr 30 07:30:38 2011 -0500
+++ b/mercurial/repair.py	Sat Apr 30 13:59:14 2011 +0200
@@ -6,9 +6,9 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-import changegroup, bookmarks
-from node import nullrev, short
-from i18n import _
+from mercurial import changegroup, bookmarks
+from mercurial.node import short
+from mercurial.i18n import _
 import os
 
 def _bundle(repo, bases, heads, node, suffix, compress=True):