hgext/automv.py
changeset 29205 a0939666b836
parent 28183 e07daee83029
child 31599 e4aefdb58ebe
--- a/hgext/automv.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/automv.py	Sat May 14 14:03:12 2016 +0900
@@ -26,6 +26,7 @@
 
 from __future__ import absolute_import
 
+from mercurial.i18n import _
 from mercurial import (
     commands,
     copies,
@@ -34,7 +35,6 @@
     scmutil,
     similar
 )
-from mercurial.i18n import _
 
 def extsetup(ui):
     entry = extensions.wrapcommand(