Fix #1152871 (V0.9.22 Convert RTF or Filtered HTML to EPUB)

This commit is contained in:
Kovid Goyal 2013-03-09 16:26:34 +05:30
parent 0ef0608816
commit 11fb09c535

View File

@ -242,7 +242,6 @@ class FlowSplitter(object):
self.trees[i:i+1] = [before_tree, after_tree] self.trees[i:i+1] = [before_tree, after_tree]
break break
self.trees.append(tree)
trees, ids = [], set([]) trees, ids = [], set([])
for tree in self.trees: for tree in self.trees:
root = tree.getroot() root = tree.getroot()