From a14ba61c2bdad8d7dd6262e3afec8ba8f6a47416 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Wed, 2 Jan 2013 11:22:10 +0100 Subject: [PATCH] don't pass self. --- librarian/pyhtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py index da7e643..f362715 100644 --- a/librarian/pyhtml.py +++ b/librarian/pyhtml.py @@ -193,7 +193,7 @@ class Wybor(Excercise): """ % locals(), u"" else: - return super(Wybor, self).handle_punkt(self, element) + return super(Wybor, self).handle_punkt(element) class Uporzadkuj(Excercise): -- 2.20.1