hgext/record.py
changeset 29205 a0939666b836
parent 28697 d001d6d27570
child 29841 d5883fd055c6
--- a/hgext/record.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/record.py	Sat May 14 14:03:12 2016 +0900
@@ -12,13 +12,13 @@
 
 from __future__ import absolute_import
 
+from mercurial.i18n import _
 from mercurial import (
     cmdutil,
     commands,
     error,
     extensions,
 )
-from mercurial.i18n import _
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)