From b76a55c278cda87cc66ae17b6c33b58a44428bbf Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 31 Aug 2000 10:45:54 +0000 Subject: [PATCH] GNUTranslations.BE_MAGIC: don't be so clever in calculating this from LE_MAGIC; it breaks on Tru64. --- Lib/gettext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/gettext.py b/Lib/gettext.py index 647fe56bf9..c2a549ff68 100644 --- a/Lib/gettext.py +++ b/Lib/gettext.py @@ -125,7 +125,7 @@ class NullTranslations: class GNUTranslations(NullTranslations): # Magic number of .mo files LE_MAGIC = 0x950412de - BE_MAGIC = struct.unpack('>i', struct.pack('