mercurial/dirstate.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 4001 dda03b2d9ef1
--- a/mercurial/dirstate.py
+++ b/mercurial/dirstate.py
@@ -8,7 +8,7 @@ of the GNU General Public License, incor
 """
 
 from node import *
-from i18n import gettext as _
+from i18n import _
 import struct, os, time, bisect, stat, strutil, util, re, errno
 
 class dirstate(object):