[CMF-checkins] SVN: CMF/trunk/GenericSetup/tool.py fix tool id to
reflect its current installation id
Kapil Thangavelu
k_vertigo at objectrealms.net
Tue Sep 27 07:14:12 EDT 2005
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 = ''
More information about the CMF-checkins
mailing list