Show More
@@ -90,11 +90,11 b' class Converter(object):' | |||||
90 | f.write(self.output.encode(encoding)) |
|
90 | f.write(self.output.encode(encoding)) | |
91 | return infile |
|
91 | return infile | |
92 |
|
92 | |||
93 | def optional_header(): |
|
93 | def optional_header(self): | |
94 | pass |
|
94 | return [] | |
95 |
|
95 | |||
96 | def optional_footer(): |
|
96 | def optional_footer(self): | |
97 | pass |
|
97 | return [] | |
98 |
|
98 | |||
99 | def render_heading(self, cell): |
|
99 | def render_heading(self, cell): | |
100 | """convert a heading cell |
|
100 | """convert a heading cell |
General Comments 0
You need to be logged in to leave comments.
Login now