[yum-cvs] yum/yum yumRepo.py,1.13,1.14

Seth Vidal skvidal at linux.duke.edu
Wed Jul 12 05:24:27 UTC 2006


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

Modified Files:
	yumRepo.py 
Log Message:

fix http headers __headersListFromDict so that it will actually run


Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- yumRepo.py	10 Jul 2006 17:05:08 -0000	1.13
+++ yumRepo.py	12 Jul 2006 05:24:25 -0000	1.14
@@ -291,7 +291,7 @@
             self._proxy_dict['https'] = proxy_string
             self._proxy_dict['ftp'] = proxy_string
 
-    def ___headersListFromDict(self):
+    def __headersListFromDict(self):
         """Convert our dict of headers to a list of 2-tuples for urlgrabber."""
         headers = []
 




More information about the Yum-cvs-commits mailing list