[yum-cvs] yum/yum yumRepo.py,1.9,1.10

Jeremy Katz katzj at linux.duke.edu
Tue Jun 6 03:53:08 UTC 2006


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

Modified Files:
	yumRepo.py 
Log Message:
fix getting group data

Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yumRepo.py	30 May 2006 10:15:41 -0000	1.9
+++ yumRepo.py	6 Jun 2006 03:53:06 -0000	1.10
@@ -188,7 +188,7 @@
 
     def getGroupLocation(self):
         """Returns the location of the group."""
-        thisdata = self.getData('group')
+        thisdata = self.repoXML.getData('group')
         return thisdata.location
 
 




More information about the Yum-cvs-commits mailing list