X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=plugins%2Fread_rst.py;fp=plugins%2Fread_rst.py;h=cb80be85799d3761414b958ff206aa9ff5d59a6f;hb=b5bc4ffdfbaa76db7cd4cdeb078097ec17024f6b;hp=a9968ac4b2def57772ed81f337fdfb0452e7da23;hpb=c6d30c7f18e835e0b99032d01b1f8acd7f077ec6;p=webber.git diff --git a/plugins/read_rst.py b/plugins/read_rst.py index a9968ac..cb80be8 100644 --- a/plugins/read_rst.py +++ b/plugins/read_rst.py @@ -13,10 +13,10 @@ def read(params): class WebHTMLTranslator(html4css1.HTMLTranslator): - doctype = "" + doctype = "" content_type = "" generator = "" - + def __init__(self, document): html4css1.HTMLTranslator.__init__(self, document) self.head_prefix = [] @@ -24,13 +24,13 @@ class WebHTMLTranslator(html4css1.HTMLTranslator): self.stylesheet = [] self.body_suffix = [] self.section_level = 1 - + def visit_system_message(self, node): pass def visit_document (self, node): pass - + def depart_document (self, node): pass