[Zope3-checkins] CVS: Zope3/src/zope/app/services - servicenames.py:1.9
Stephan Richter
srichter@cosmos.phy.tufts.edu
Tue, 8 Jul 2003 15:58:02 -0400
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv12096/src/zope/app/services
Modified Files:
servicenames.py
Log Message:
I had to change 'EventSubscription' to 'Subscription' to make the
'Registration subscriber' component work.
Steve or Sean, could you confirm that this is correct?
=== Zope3/src/zope/app/services/servicenames.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/services/servicenames.py:1.8 Thu Jul 3 18:46:15 2003
+++ Zope3/src/zope/app/services/servicenames.py Tue Jul 8 15:57:56 2003
@@ -21,7 +21,7 @@
HubIds = 'HubIds'
EventPublication = 'EventPublication'
-EventSubscription = 'EventSubscription'
+EventSubscription = 'Subscription'
ErrorLogging = 'ErrorLogging'
Roles = 'Roles'
Permissions = 'Permissions'