X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/c0761a86fb4687fda8221e56bf911f051fda3499..ae0c7dcc02fae67423974e65fe8bfdf6e7a7636a:/librarian/pyhtml.py?ds=sidebyside diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py index 4ef04bc..cba283b 100644 --- a/librarian/pyhtml.py +++ b/librarian/pyhtml.py @@ -142,7 +142,7 @@ class Excercise(EduModule): super(Excercise, self).__init__(*args, **kw) def handle_rozw_kom(self, element): - return None + return u"""
""" def handle_cwiczenie(self, element): self.options = {'excercise': element.attrib['typ']} @@ -157,6 +157,7 @@ class Excercise(EduModule):