diff options
author | 2015-05-12 22:25:39 +0200 | |
---|---|---|
committer | 2015-05-12 22:25:39 +0200 | |
commit | 971754eba93701cfb22bc4399a37debf238eddf1 (patch) | |
tree | e3a36023f93b73a1621de0c6c9503ccbb301fb03 /pyload/utils/pylgettext.py | |
parent | Fix dict generators for python 2.5 (diff) | |
download | pyload-971754eba93701cfb22bc4399a37debf238eddf1.tar.xz |
General fixup (1)
Diffstat (limited to 'pyload/utils/pylgettext.py')
-rw-r--r-- | pyload/utils/pylgettext.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/utils/pylgettext.py b/pyload/utils/pylgettext.py index 76bb268ec..fc83ac264 100644 --- a/pyload/utils/pylgettext.py +++ b/pyload/utils/pylgettext.py @@ -53,5 +53,6 @@ def find(domain, localedir=None, languages=None, all=False): else: return results + # Is there a smarter/cleaner pythonic way for this? translation.func_globals['find'] = find |