mercurial/changegroup.py
changeset 1997 802e8a029d99
parent 1981 736b6c96bbbc
child 2470 fe1689273f84
--- a/mercurial/changegroup.py
+++ b/mercurial/changegroup.py
@@ -7,6 +7,7 @@ This software may be used and distribute
 of the GNU General Public License, incorporated herein by reference.
 """
 import struct
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "util")