mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
This commit is contained in:
parent
0746c9a34a
commit
7aed743031
@ -446,6 +446,9 @@ class OPFReader(OPF):
|
||||
self.soup = BeautifulStoneSoup(stream.read())
|
||||
if manage:
|
||||
stream.close()
|
||||
self.manifest = Manifest(self.soup, dir)
|
||||
self.spine = Spine(self.soup, self.manifest)
|
||||
self.toc = TOC(self, dir)
|
||||
|
||||
class OPFCreator(OPF):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user