rewrite of the formatters system

This commit is contained in:
Romain Bignon 2012-04-03 22:40:18 +02:00
commit fc849995f4
22 changed files with 441 additions and 580 deletions

View file

@ -43,11 +43,8 @@ class WebBrowser(gtk.Window):
class WebkitGtkFormatter(HTMLTableFormatter):
def __init__(self):
HTMLTableFormatter.__init__(self, return_only=True)
def flush(self):
table_string = HTMLTableFormatter.flush(self)
table_string = self.get_formatted_table()
js_filepaths = []
js_filepaths.append(get_javascript('jquery'))
js_filepaths.append(get_javascript('tablesorter'))