This commit is contained in:
Kovid Goyal 2013-08-04 12:07:28 +05:30
parent e5a8f45879
commit ba0ce696f4

View File

@ -59,7 +59,6 @@ class CoverManager(object):
</html> </html>
''') ''')
def __init__(self, no_default_cover=False, no_svg_cover=False, def __init__(self, no_default_cover=False, no_svg_cover=False,
preserve_aspect_ratio=False, fixed_size=None): preserve_aspect_ratio=False, fixed_size=None):
self.no_default_cover = no_default_cover self.no_default_cover = no_default_cover
@ -170,6 +169,3 @@ class CoverManager(object):
titem = getattr(self.oeb.toc, 'item_that_refers_to_cover', None) titem = getattr(self.oeb.toc, 'item_that_refers_to_cover', None)
if titem is not None: if titem is not None:
titem.href = item.href titem.href = item.href