Added missing gettext import to changegroup.py.

This commit is contained in:
Thomas Arendsen Hein 2006-03-24 15:19:08 +01:00
parent 9a771f7b4c
commit bddf3b4cc7

View File

@ -7,6 +7,7 @@ This software may be used and distributed according to the terms
of the GNU General Public License, incorporated herein by reference.
"""
import struct
from i18n import gettext as _
from demandload import *
demandload(globals(), "util")