From: Marcin Koziej Date: Mon, 28 Jan 2013 15:03:44 +0000 (+0100) Subject: rozw_kom X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/ae0c7dcc02fae67423974e65fe8bfdf6e7a7636a?ds=sidebyside rozw_kom --- 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):
+