Re: [Yum-devel] [PATCH] Custom Download callback base class

2007-10-10 Thread seth vidal
On Mon, 2007-10-08 at 19:23 +0200, Tim Lauridsen wrote: On Mon, 2007-10-08 at 09:40 -0400, seth vidal wrote: On Tue, 2007-10-02 at 17:13 +0200, Tim Lauridsen wrote: I have created a Yum Download Base Callback class to make it easier for 3. party users to create custom download progress

Re: [Yum-devel] [PATCH] Custom Download callback base class

2007-10-08 Thread seth vidal
On Tue, 2007-10-02 at 17:13 +0200, Tim Lauridsen wrote: I have created a Yum Download Base Callback class to make it easier for 3. party users to create custom download progress bars in a simple ways. Comments ? Is this patch only for package downloads or for any download? -sv

[Yum-devel] [PATCH] Custom Download callback base class

2007-10-02 Thread Tim Lauridsen
I have created a Yum Download Base Callback class to make it easier for 3. party users to create custom download progress bars in a simple ways. Comments ? Tim diff --git a/yum/callbacks.py b/yum/callbacks.py index e126f54..c1513a5 100644 --- a/yum/callbacks.py +++ b/yum/callbacks.py @@ -47,4