changeset 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 4c70b10f0418
children 65cc17ae9649
files mercurial/changegroup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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")