def __populate_cores_list__(self): self.cores_list = Gtk.ListStore(str) for core in sorted(os.listdir(self.cores_location)): self.cores_list.append([core])