hgext/gpg.py
changeset 29205 a0939666b836
parent 29124 555ab813c237
child 29239 ecf296652080
--- a/hgext/gpg.py	Thu May 19 00:20:38 2016 +0900
+++ b/hgext/gpg.py	Sat May 14 14:03:12 2016 +0900
@@ -10,6 +10,8 @@
 import binascii
 import os
 import tempfile
+
+from mercurial.i18n import _
 from mercurial import (
     cmdutil,
     commands,
@@ -18,7 +20,6 @@
     node as hgnode,
     util,
 )
-from mercurial.i18n import _
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)