This commit is contained in:
Kovid Goyal 2013-10-21 16:17:53 +05:30
parent f83313f593
commit 86b1f1d81a

View File

@ -719,7 +719,7 @@ class EpubContainer(Container):
def __init__(self, pathtoepub, log, clone_data=None, tdir=None):
if clone_data is not None:
super(EpubContainer, self).__init__(None, None, log, clone_data=clone_data)
for x in ('pathtoepub', 'container', 'obfuscated_fonts'):
for x in ('pathtoepub', 'obfuscated_fonts'):
setattr(self, x, clone_data[x])
return