[yum-cvs] yum/yum yumRepo.py,1.20,1.21

Seth Vidal skvidal at linux.duke.edu
Sun Sep 3 21:56:21 UTC 2006


Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv3851/yum

Modified Files:
	yumRepo.py 
Log Message:

set the default interrupt_callback to None for the folks operating in
lazy-mode


Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- yumRepo.py	3 Sep 2006 21:34:56 -0000	1.20
+++ yumRepo.py	3 Sep 2006 21:56:19 -0000	1.21
@@ -161,7 +161,8 @@
         self.callback = None  # for the grabber
         self.failure_obj = None
         self.mirror_failure_obj = None
-
+        self.interrupt_callback = None
+        
         self.storage = storagefactory.GetStorage()
         self.sack = self.storage.GetPackageSack()
 




More information about the Yum-cvs-commits mailing list