From: Marcin Koziej Date: Wed, 2 Jan 2013 10:22:10 +0000 (+0100) Subject: don't pass self. X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/a14ba61c2bdad8d7dd6262e3afec8ba8f6a47416 don't pass self. --- 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):