[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService - configure.zcml:1.1.2.2
Rakesh Naidu
rnaidu@zeomega.com
Fri, 18 Oct 2002 09:01:32 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService
In directory cvs.zope.org:/tmp/cvs-serv24863/ErrorReportingService-branch/lib/python/Zope/App/OFS/Services/ErrorReportingService
Modified Files:
Tag: ErrorReportingService-branch
configure.zcml
Log Message:
New parameter(object) has been added to handleException Method
=== Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/configure.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/configure.zcml:1.1.2.1 Fri Oct 18 01:53:18 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/configure.zcml Fri Oct 18 09:01:01 2002
@@ -1,6 +1,7 @@
<zopeConfigure
- xmlns='http://namespaces.zope.org/zope'>
-
+ xmlns='http://namespaces.zope.org/zope'
+ xmlns:browser='http://namespaces.zope.org/browser'
+ xmlns:service='http://namespaces.zope.org/service'>