> > def _add_clicked(self, widget, *args, **kwargs): > >- (filteredModel, filteredIter) = self.leftTreeView.get_selection().get_selected() > >+ (filteredModel, pathlist) = self.leftTreeView.get_selection().get_selected_rows() > > Aren't all tuple members supposed to be followed by commas? Only if it's a one-elment tuple: http://docs.python.org/reference/datamodel.html#the-standard-type-hierarchy and look for "tuple". - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list