Log message for revision 38650:
   fix tool id to reflect its current installation id 
  
  

Changed:
  U   CMF/trunk/GenericSetup/tool.py

-=-
Modified: CMF/trunk/GenericSetup/tool.py
===================================================================
--- CMF/trunk/GenericSetup/tool.py      2005-09-27 11:05:47 UTC (rev 38649)
+++ CMF/trunk/GenericSetup/tool.py      2005-09-27 11:14:12 UTC (rev 38650)
@@ -128,7 +128,7 @@
     """
     implements(ISetupTool, implementedBy(Folder))
 
-    id = 'setup_tool'
+    id = 'portal_setup'
     meta_type = 'Generic Setup Tool'
 
     _import_context_id = ''

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to