From 3eec058b29cc37af8ff116926d4273b377c7471b Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 16 Apr 2015 18:07:46 +0200 Subject: Fix comments --- pyload/utils/pylgettext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/utils/pylgettext.py') 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 -- cgit v1.2.3