SVN: CMF/branches/2.1/CMFCore/utils.py getToolByName is not going away

Wichert Akkerman <[email protected]> Tue, 7 Aug 2007 05:27:13 -0400 (EDT)
Newsgroups gmane.comp.web.zope.cmf.cvs
Message-ID <20070807092713.5C120203B62__4747.9651672349$1186478837$gmane$org@mail.zope.org>
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