X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/482477cced586463d7f342cdde8482a4d97d7685..refs/heads/edumed-ofop:/librarian/pypdf.py?ds=inline diff --git a/librarian/pypdf.py b/librarian/pypdf.py index 6aadbc4..d53d71e 100644 --- a/librarian/pypdf.py +++ b/librarian/pypdf.py @@ -135,8 +135,7 @@ class EduModule(Xmill): newline = '\n' if 'currset' in curr_elements: for (course, level), types in curr_elements['currset'].iteritems(): - label = u'klasa' if new else u'poziom edukacyjny' - lines = [u'%s, %s %s' % (course, level, label)] + lines = [u'%s, %s' % (course, level)] for type, currs in types.iteritems(): lines.append(type) lines += [curr.title for curr in currs]