[CMF-checkins] 
	SVN: CMF/branches/tseaver-pkg_resources/GenericSetup/tool.py
	- Note possible relaxation.
    Tres Seaver 
    tseaver at palladion.com
       
    Wed Oct 26 20:49:40 EDT 2005
    
    
  
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)
    
    
More information about the CMF-checkins
mailing list