mercurial/merge.py
changeset 8312 b87a50b7125c
parent 8259 98acfd1d2b08
child 8366 0bf0045000b5
--- a/mercurial/merge.py	Thu May 07 15:08:25 2009 +0300
+++ b/mercurial/merge.py	Tue Apr 28 17:40:46 2009 +0200
@@ -7,7 +7,8 @@
 
 from node import nullid, nullrev, hex, bin
 from i18n import _
-import errno, util, os, filemerge, copies, shutil
+import util, filemerge, copies
+import errno, os, shutil
 
 class mergestate(object):
     '''track 3-way merge state of individual files'''