mercurial/commands.py
changeset 3891 6b4127c7d52a
parent 3887 57b797601b61
child 3902 0d27502a804c
--- a/mercurial/commands.py	Thu Dec 14 20:23:25 2006 -0600
+++ b/mercurial/commands.py	Thu Dec 14 20:25:19 2006 -0600
@@ -7,7 +7,7 @@
 
 import demandimport; demandimport.enable()
 from node import *
-from i18n import gettext as _
+from i18n import _
 import bisect, os, re, sys, signal, imp, urllib, pdb, shlex, stat
 import fancyopts, ui, hg, util, lock, revlog, bundlerepo
 import difflib, patch, time, help, mdiff, tempfile