Removed obsolete attribute of DjangoTranslation

This commit is contained in:
Claude Paroz 2013-05-25 14:01:52 +02:00
parent f940e564e4
commit c0439b6210
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class DjangoTranslation(gettext_module.GNUTranslations):
def __init__(self, *args, **kw):
gettext_module.GNUTranslations.__init__(self, *args, **kw)
self.set_output_charset('utf-8')
self.django_output_charset = 'utf-8'
self.__language = '??'
def merge(self, other):