From 992e7fd2334db2b4f0d4ddca8a99703bebaeef09 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 1 Oct 2011 17:07:39 +0200 Subject: [PATCH] Fix function declaration of i18n.list. --- python/pakfire/i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pakfire/i18n.py b/python/pakfire/i18n.py index cae14ebe0..43df6abb8 100644 --- a/python/pakfire/i18n.py +++ b/python/pakfire/i18n.py @@ -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. -- 2.39.5