hgext/pager.py
changeset 29205 a0939666b836
parent 28554 fa3438548b3d
child 29841 d5883fd055c6
--- a/hgext/pager.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/pager.py	Sat May 14 14:03:12 2016 +0900
@@ -66,6 +66,7 @@
 import subprocess
 import sys
 
+from mercurial.i18n import _
 from mercurial import (
     cmdutil,
     commands,
@@ -73,7 +74,6 @@
     extensions,
     util,
     )
-from mercurial.i18n import _
 
 # Note for extension authors: ONLY specify testedwith = 'internal' for
 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should