Private GIT

Skip to content
Snippets Groups Projects
Commit 57ada605 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix hachoir import break

parent 3bf50863
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment