Log message for revision 39661:
- Note possible relaxation.
Changed:
U CMF/branches/tseaver-pkg_resources/GenericSetup/tool.py
-=-
Modified: CMF/branches/tseaver-pkg_resources/GenericSetup/tool.py
===================================================================
--- CMF/branches/tseaver-pkg_resources/GenericSetup/tool.py 2005-10-26
23:47:51 UTC (rev 39660)
+++ CMF/branches/tseaver-pkg_resources/GenericSetup/tool.py 2005-10-27
00:49:40 UTC (rev 39661)
@@ -91,7 +91,7 @@
tool_class = _resolveDottedName(info['class'])
existing = getattr(site, tool_id, None)
- new_tool = tool_class()
+ new_tool = tool_class() # XXX: new_tool = mapply(tool_class, info)
try:
new_tool._setId(tool_id)
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins