--- a/web/htmlwidgets.py Tue Nov 24 14:05:50 2015 +0100
+++ b/web/htmlwidgets.py Tue Nov 24 14:08:47 2015 +0100
@@ -365,5 +365,3 @@
def itercols(self, rowindex):
for column in self.columns:
yield column, self.model.sortvalue(rowindex, column.rset_sortcol)
-
-