hgext/convert/common.py
changeset 29205 a0939666b836
parent 28900 b65966f50058
child 29324 b501579147f1
--- a/hgext/convert/common.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/convert/common.py	Sat May 14 14:03:12 2016 +0900
@@ -14,12 +14,12 @@
 import re
 import subprocess
 
+from mercurial.i18n import _
 from mercurial import (
     error,
     phases,
     util,
 )
-from mercurial.i18n import _
 
 propertycache = util.propertycache