ne need to refer to these files in testing; remove

This commit is contained in:
Martin A. Brown 2016-04-29 11:10:32 -04:00
parent d8b6005d04
commit f85e395be5
1 changed files with 0 additions and 10 deletions

View File

@ -41,16 +41,6 @@ ex_docbook5xml = Namespace(
ex_asciidoc = Namespace(
doctype=tldp.doctypes.asciidoc.Asciidoc,
filename=opj(sampledocs, 'asciidoc-complete.txt'),)
#
# ex_rst = Namespace(
# doctype=tldp.doctypes.rst.RestructuredText,
# filename=opj(sampledocs, 'restructuredtext-simple.rst'),
# )
#
# ex_markdown = Namespace(
# doctype=tldp.doctypes.markdown.Markdown,
# filename=opj(sampledocs, 'markdown-simple.md'),
# )
ex_linuxdoc_dir = Namespace(
doctype=tldp.doctypes.linuxdoc.Linuxdoc,