]> git.ipfire.org Git - pakfire.git/commitdiff
Fix function declaration of i18n.list.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Oct 2011 15:07:39 +0000 (17:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Oct 2011 15:07:39 +0000 (17:07 +0200)
python/pakfire/i18n.py

index cae14ebe0724442306dde7d099afd9662213638e..43df6abb89fed22d36fe8448a93b95e24ea13612 100644 (file)
@@ -42,7 +42,7 @@ def _(singular, plural=None, n=None):
 
        return gettext.dgettext("pakfire", singular)
 
-def list(self, parts):
+def list(parts):
        """
                Returns a comma-separated list for the given list of parts.