This commit is contained in:
Kovid Goyal 2010-02-15 10:39:58 -07:00
parent 1c5b48e2fd
commit 98e1003751

View File

@ -132,6 +132,8 @@ class EPUBInput(InputFormatPlugin):
self.rationalize_cover(opf, log)
self.optimize_opf_parsing = opf
with open('content.opf', 'wb') as nopf:
nopf.write(opf.render())