This commit is contained in:
Kovid Goyal 2008-01-15 16:37:36 +00:00
parent 36ce446990
commit 21b912bb25

View File

@ -32,6 +32,7 @@ class LRFDocument(LRFMetaFile):
self.page_trees = []
self.font_map = {}
self.image_map = {}
self.toc = ''
self.keep_parsing = True
def parse(self):