36
32
    def __init__ (self, branch, line_graph_data):
 
37
33
        gtk.GenericTreeModel.__init__(self)
 
41
36
        self.line_graph_data = line_graph_data
 
56
39
        return gtk.TREE_MODEL_LIST_ONLY
 
58
41
    def on_get_n_columns(self):
 
61
44
    def on_get_column_type(self, index):
 
62
45
        if index == REVID: return gobject.TYPE_STRING