diff mercurial/changegroup.py @ 1997:802e8a029d99

Added missing gettext import to changegroup.py.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 24 Mar 2006 15:19:08 +0100
parents 736b6c96bbbc
children fe1689273f84
line wrap: on
line diff
--- a/mercurial/changegroup.py	Fri Mar 24 15:03:15 2006 +0100
+++ b/mercurial/changegroup.py	Fri Mar 24 15:19:08 2006 +0100
@@ -7,6 +7,7 @@
 of the GNU General Public License, incorporated herein by reference.
 """
 import struct
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "util")