[Zope3-checkins] CVS: Zope3/src/zope/app/services - configuration.py:1.32

Steve Alexander steve@cat-box.net
Sat, 7 Jun 2003 02:37:59 -0400


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv4294/src/zope/app/services

Modified Files:
	configuration.py 
Log Message:
updated to use new-style interface declarations


=== Zope3/src/zope/app/services/configuration.py 1.31 => 1.32 ===
--- Zope3/src/zope/app/services/configuration.py:1.31	Sat Jun  7 01:31:58 2003
+++ Zope3/src/zope/app/services/configuration.py	Sat Jun  7 02:37:28 2003
@@ -338,7 +338,8 @@
     of the component.
     """
 
-    # SimpleConfiguration.__implements__ includes IDeleteNotifiable
+    # SimpleConfiguration implements IDeleteNotifiable, so we don't need
+    # it below.
     implements(IComponentConfiguration, IAddNotifiable)
 
     def __init__(self, component_path, permission=None):