[yum-cvs] yum/callbacks.py

Tim Lauridsen timlau at linux.duke.edu
Thu Oct 18 08:34:34 UTC 2007


 yum/callbacks.py |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b635ac25ebd5d418047b8cfe74606d2d4cd87267
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Thu Oct 18 10:31:49 2007 +0200

    Added missing imports

diff --git a/yum/callbacks.py b/yum/callbacks.py
index 35c92dd..15b2b81 100644
--- a/yum/callbacks.py
+++ b/yum/callbacks.py
@@ -16,6 +16,8 @@
 # imports
 
 import logging 
+from urlgrabber.progress import BaseMeter,format_time,format_number
+
 
 # ProcessTransaction States
 



More information about the Yum-cvs-commits mailing list