mercurial/hg.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 4081 e6d26e71f049
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -8,7 +8,7 @@
 
 from node import *
 from repo import *
-from i18n import gettext as _
+from i18n import _
 import localrepo, bundlerepo, httprepo, sshrepo, statichttprepo
 import errno, lock, os, shutil, util
 import merge as _merge