[Zope3-checkins] CVS: Zope3/src/zope/component - servicenames.py:1.1

R. Sean Bowman sean.bowman@acm.org
Wed, 5 Feb 2003 23:31:05 -0500


Update of /cvs-repository/Zope3/src/zope/component
In directory cvs.zope.org:/tmp/cvs-serv8752/zope/component

Added Files:
	servicenames.py 
Log Message:
changed service names to use strings defined in
zope/component/servicenames.py, changed the name of
ErrorReportingService to ErrorReports


=== Added File Zope3/src/zope/component/servicenames.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.
#
##############################################################################
"""
Default service names

$Id: servicenames.py,v 1.1 2003/02/06 04:30:59 seanb Exp $
"""

HubIds = 'HubIds'
Events = 'Events'
Subscription = 'Subscription'
ErrorReports = 'ErrorReportingService'