[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService - __init__.py:1.1

Rakesh Naidu rnaidu@zeomega.com
Thu, 17 Oct 2002 13:04:45 -0400


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

Added Files:
	__init__.py 
Log Message:
Error Reporting Service init.py
CVS ----------------------------------------------------------------------



=== Added File Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/__init__.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
# 
##############################################################################
"""Error Reporting service.

$Id: __init__.py,v 1.1 2002/10/17 17:04:45 rakesh Exp $
"""