hgext/notify.py
changeset 29205 a0939666b836
parent 28951 1bba1b43525a
child 29240 48afcaadf70e
--- a/hgext/notify.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/notify.py	Sat May 14 14:03:12 2016 +0900
@@ -139,6 +139,7 @@
 import socket
 import time
 
+from mercurial.i18n import _
 from mercurial import (
     cmdutil,
     error,
@@ -146,7 +147,6 @@
     patch,
     util,
 )
-from mercurial.i18n import _
 
 # Note for extension authors: ONLY specify testedwith = 'internal' for
 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should