hgext/color.py
changeset 29205 a0939666b836
parent 28968 a5d449a7bc8f
child 29841 d5883fd055c6
--- a/hgext/color.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/color.py	Sat May 14 14:03:12 2016 +0900
@@ -156,6 +156,8 @@
 from __future__ import absolute_import
 
 import os
+
+from mercurial.i18n import _
 from mercurial import (
     cmdutil,
     commands,
@@ -165,7 +167,6 @@
     ui as uimod,
     util,
 )
-from mercurial.i18n import _
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)