From 86b1f1d81a80c08e553371b91ec8be1d31d7092e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 21 Oct 2013 16:17:53 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/polish/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/oeb/polish/container.py b/src/calibre/ebooks/oeb/polish/container.py index 785056aa2b..19ea0eb14c 100644 --- a/src/calibre/ebooks/oeb/polish/container.py +++ b/src/calibre/ebooks/oeb/polish/container.py @@ -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