r268 - in branches/rewrite: . src

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Tue, 09 Nov 2004 16:43:32 -0700


Author: otavio
Date: Tue Nov  9 16:43:29 2004
New Revision: 268

Modified:
   branches/rewrite/   (props changed)
   branches/rewrite/src/Config.py
Log:
 r176@nurf:  otavio | 2004-11-09T23:41:33.940485Z
 Remove name. We should use the section name like the others.


Modified: branches/rewrite/src/Config.py
==============================================================================
--- branches/rewrite/src/Config.py	(original)
+++ branches/rewrite/src/Config.py	Tue Nov  9 16:43:29 2004
@@ -253,6 +253,7 @@
             sectionObj = sectionType(self, section)
             self.sectionObjs[section] = sectionObj
             self.confs[section] = sectionObj.confs
+            self.confs[section]['name'] = section
 
     def getBackends(self):
         backends = []