fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reversing a weird commit 076474d2a928649c934b4bb12031d39cdea2c77d
[librarian.git]
/
librarian
/
pypdf.py
diff --git
a/librarian/pypdf.py
b/librarian/pypdf.py
index
59b2cc4
..
9034753
100644
(file)
--- a/
librarian/pypdf.py
+++ b/
librarian/pypdf.py
@@
-174,7
+174,6
@@
class EduModule(Xmill):
handle_naglowek_czesc = \
handle_naglowek_listy = \
handle_naglowek_osoba = \
handle_naglowek_czesc = \
handle_naglowek_listy = \
handle_naglowek_osoba = \
- handle_naglowek_podrozdzial = \
handle_naglowek_scena = \
handle_nazwa_utworu = \
handle_nota = \
handle_naglowek_scena = \
handle_nazwa_utworu = \
handle_nota = \
@@
-205,6
+204,9
@@
class EduModule(Xmill):
return self.handle_texcommand(element)
handle_naglowek_rozdzial.unmuter = True
return self.handle_texcommand(element)
handle_naglowek_rozdzial.unmuter = True
+ def handle_naglowek_podrozdzial(self, element):
+ self.activity_counter = 0
+ return self.handle_texcommand(element)
def handle_uwaga(self, _e):
return None
def handle_uwaga(self, _e):
return None