diff --git a/libraries/entropy/i18n.py b/libraries/entropy/i18n.py index 54c68e28b..e45b4f038 100644 --- a/libraries/entropy/i18n.py +++ b/libraries/entropy/i18n.py @@ -32,7 +32,7 @@ try: gettext.textdomain('entropy') gettext.install('entropy', unicode=True) # thanks weirdness! - _ = _ + _ = gettext.gettext except (ImportError,OSError,): def _(raw_string): """