5326: Bug fix for table of contents and index in pdf reports

svn: r18875
This commit is contained in:
Nick Hall 2012-02-13 18:38:14 +00:00
parent f505317b4d
commit 9ccbea8337

View File

@ -39,7 +39,6 @@ import sys
#------------------------------------------------------------------------ #------------------------------------------------------------------------
import libcairodoc import libcairodoc
from gen.plug.docgen import INDEX_TYPE_ALP, INDEX_TYPE_TOC from gen.plug.docgen import INDEX_TYPE_ALP, INDEX_TYPE_TOC
from gen.plug.report.toc_index import write_toc, write_index
import Errors import Errors
#------------------------------------------------------------------------ #------------------------------------------------------------------------