def __init__(self, core): self.store = Gtk.ListStore(str, str, str, str, str, str, str, str) super(InfoTree,self).__init__(self.store) self.uicore = core self.set_rules_hint(True) self.show_all()