[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - interfaces.py:1.7
Albertas Agejevas
alga@codeworks.lt
Thu, 16 Jan 2003 07:00:31 -0500
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv9894/zope/app/interfaces/services
Modified Files:
interfaces.py
Log Message:
Added missing IDeleteNotifiable implementations to ViewConfiguration
and PageConfiguration. Refactored the same in AdapterConfiguration.
=== Zope3/src/zope/app/interfaces/services/interfaces.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/interfaces/services/interfaces.py:1.6 Wed Jan 15 10:15:17 2003
+++ Zope3/src/zope/app/interfaces/services/interfaces.py Thu Jan 16 06:59:59 2003
@@ -53,8 +53,7 @@
)
-class IAdapterConfiguration(IConfiguration, IAdapterConfigurationInfo,
- IDeleteNotifiable):
+class IAdapterConfiguration(IConfiguration, IAdapterConfigurationInfo):
def getAdapter(object):
"""Return an adapter for the object