mercurial/revlog.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 3928 4df475e22248
--- a/mercurial/revlog.py
+++ b/mercurial/revlog.py
@@ -11,7 +11,7 @@ of the GNU General Public License, incor
 """
 
 from node import *
-from i18n import gettext as _
+from i18n import _
 import binascii, changegroup, errno, ancestor, mdiff, os
 import sha, struct, util, zlib