hgext/bugzilla.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 3976 f8849648b0e2
--- a/hgext/bugzilla.py
+++ b/hgext/bugzilla.py
@@ -52,7 +52,7 @@
 #   [usermap]
 #   committer_email = bugzilla_user_name
 
-from mercurial.i18n import gettext as _
+from mercurial.i18n import _
 from mercurial.node import *
 from mercurial import cmdutil, templater, util
 import os, re, time