From 57ada6056d4d28ec014424f45be0645fc4014455 Mon Sep 17 00:00:00 2001 From: Nic Wolfe <nic@wolfeden.ca> Date: Thu, 27 Jan 2011 23:20:17 -0700 Subject: [PATCH] Fix hachoir import break --- lib/hachoir_core/i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hachoir_core/i18n.py b/lib/hachoir_core/i18n.py index 42d37a1c9..8babf8e98 100644 --- a/lib/hachoir_core/i18n.py +++ b/lib/hachoir_core/i18n.py @@ -133,7 +133,7 @@ def _initGettext(): return (_dummy_gettext, _dummy_ngettext) # Gettext variables - package = hachoir_core.PACKAGE + package = lib.hachoir_core.PACKAGE locale_dir = path.join(path.dirname(__file__), "..", "locale") # Initialize gettext module -- GitLab