diff -r ce2d81aafbae -r a0939666b836 hgext/convert/p4.py --- a/hgext/convert/p4.py Thu May 19 00:20:38 2016 +0900 +++ b/hgext/convert/p4.py Sat May 14 14:03:12 2016 +0900 @@ -9,11 +9,11 @@ import marshal import re +from mercurial.i18n import _ from mercurial import ( error, util, ) -from mercurial.i18n import _ from . import common