[CMF-checkins] SVN: CMF/branches/2.1/CMFCore/utils.py getToolByName
is not going away
Wichert Akkerman
wichert at wiggy.net
Tue Aug 7 05:27:13 EDT 2007
Log message for revision 78657:
getToolByName is not going away
Changed:
U CMF/branches/2.1/CMFCore/utils.py
-=-
Modified: CMF/branches/2.1/CMFCore/utils.py
===================================================================
--- CMF/branches/2.1/CMFCore/utils.py 2007-08-07 09:24:27 UTC (rev 78656)
+++ CMF/branches/2.1/CMFCore/utils.py 2007-08-07 09:27:12 UTC (rev 78657)
@@ -74,8 +74,6 @@
security.declarePrivate('registerToolInterface')
def registerToolInterface(tool_id, tool_interface):
""" Register a tool ID for an interface
-
- This method can go away when getToolByName is going away (CMF 2.3).
"""
global _tool_interface_registry
_tool_interface_registry[tool_id] = tool_interface
More information about the CMF-checkins
mailing list