mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-03 20:45:22 -04:00
Fix further breakage in oeb2lit
This commit is contained in:
@@ -143,7 +143,7 @@ def warn(x):
|
||||
class ReBinary(object):
|
||||
NSRMAP = {'': None, XML_NS: 'xml'}
|
||||
|
||||
def __init__(self, root, path, oeb, map=HTML_MAP):
|
||||
def __init__(self, root, item, oeb, map=HTML_MAP):
|
||||
self.item = item
|
||||
self.logger = oeb.logger
|
||||
self.manifest = oeb.manifest
|
||||
|
||||
Reference in New Issue
Block a user