[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService - configure.zcml:1.3

Guido van Rossum guido@python.org
Thu, 5 Dec 2002 06:56:48 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService
In directory cvs.zope.org:/tmp/cvs-serv10155

Modified Files:
	configure.zcml 
Log Message:
With Jim's guidance, assert that the error reporting service is
annotatable, so it can be configured.


=== Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/configure.zcml 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/configure.zcml:1.2	Wed Oct 23 12:00:19 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/configure.zcml	Thu Dec  5 06:56:48 2002
@@ -14,6 +14,7 @@
     <factory
         id='ErrorReportingService'
         permission='Zope.Public' />
+    <implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." /> 
   </content>
 
   <browser:menuItem menu="add_component" for="Zope.App.OFS.Container.IAdding."