[Zope3-checkins] CVS: Zope3/lib/python/Interface/Registry - IAdapterRegistry.py:1.2
Jim Fulton
jim@zope.com
Thu, 1 Aug 2002 11:37:08 -0400
Update of /cvs-repository/Zope3/lib/python/Interface/Registry
In directory cvs.zope.org:/tmp/cvs-serv5761
Modified Files:
IAdapterRegistry.py
Log Message:
Added missing getForObject method.
=== Zope3/lib/python/Interface/Registry/IAdapterRegistry.py 1.1 => 1.2 ===
require of None.
"""
+ def getForObject(object, interface):
+ """Get an adapter for object that implements the specified interface
+ """
+