summaryrefslogtreecommitdiffstats
path: root/pyload/utils/pylgettext.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-16 18:07:46 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-16 18:07:46 +0200
commit3eec058b29cc37af8ff116926d4273b377c7471b (patch)
tree012864e3d7fce39e419dd70aa1cbabb347231b82 /pyload/utils/pylgettext.py
parent[config] Use get method instead dict access (diff)
downloadpyload-3eec058b29cc37af8ff116926d4273b377c7471b.tar.xz
Fix comments
Diffstat (limited to 'pyload/utils/pylgettext.py')
-rw-r--r--pyload/utils/pylgettext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/utils/pylgettext.py b/pyload/utils/pylgettext.py
index cab631cf4..0e3ebad80 100644
--- a/pyload/utils/pylgettext.py
+++ b/pyload/utils/pylgettext.py
@@ -56,5 +56,5 @@ def find(domain, localedir=None, languages=None, all=False):
else:
return results
-#Is there a smarter/cleaner pythonic way for this?
+# Is there a smarter/cleaner pythonic way for this?
translation.func_globals['find'] = find