[yum-cvs] yum/yum yumRepo.py,1.23.2.3,1.23.2.4
Seth Vidal
skvidal at linux.duke.edu
Tue Nov 14 21:15:04 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv25635
Modified Files:
Tag: yum-3_0_X
yumRepo.py
Log Message:
fix progress_obj typo - back to 3.0.X
Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.23.2.3
retrieving revision 1.23.2.4
diff -u -r1.23.2.3 -r1.23.2.4
--- yumRepo.py 24 Oct 2006 01:54:44 -0000 1.23.2.3
+++ yumRepo.py 14 Nov 2006 21:15:02 -0000 1.23.2.4
@@ -394,7 +394,7 @@
bandwidth = self.bandwidth,
retry = self.retries,
throttle = self.throttle,
- progres_obj = self.callback,
+ progress_obj = self.callback,
copy_local = copy_local,
reget = reget,
proxies = self.proxy_dict,
More information about the Yum-cvs-commits
mailing list