James Bowes wrote:
James Bowes wrote:
It breaks everything right now. self.grabfunc = ... in _setupGrab should
be self._grabfunc

It also didn't set up the callbacks properly.
Attached is a more working version.

-James
+ urls = property(lambda self: self._geturls())
I think it will be a good idea to 'fset' and 'fdel' funtions to the urls property so it can be urls get be reset and overwritten by plugins and API programs.

Tim
_______________________________________________
Yum-devel mailing list
Yum-devel@linux.duke.edu
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel

Reply via email to