36
31
def __init__ (self, branch, line_graph_data):
37
32
gtk.GenericTreeModel.__init__(self)
41
35
self.line_graph_data = line_graph_data
56
38
return gtk.TREE_MODEL_LIST_ONLY
58
40
def on_get_n_columns(self):
61
43
def on_get_column_type(self, index):
62
44
if index == REVID: return gobject.TYPE_STRING