[yum-cvs] yum/yum config.py,1.92,1.93

Menno Smits mjs at linux.duke.edu
Sat Feb 11 05:21:59 UTC 2006


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

Modified Files:
	config.py 
Log Message:
Fix for bug #552.


Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- config.py	10 Feb 2006 06:45:30 -0000	1.92
+++ config.py	11 Feb 2006 05:21:57 -0000	1.93
@@ -56,7 +56,7 @@
         '''Calculate the internal attribute name used to store option state in
         configuration instances.
         '''
-        self._attrname = '__opt%X' % id(self)
+        self._attrname = '__opt%d' % id(self)
 
     def __get__(self, obj, objtype):
         '''Called when the option is read (via the descriptor protocol). 




More information about the Yum-cvs-commits mailing list