[Zope3-checkins] CVS: Zope3/src/zope/app/services - event.py:1.13
Jeremy Hylton
jeremy@zope.com
Fri, 14 Feb 2003 18:06:09 -0500
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv30240
Modified Files:
event.py
Log Message:
Reverting previous checkin to fix failing tests.
Inexplicably, this minor change causes a bunch of tests to fail with
infinite recursion between notify() and _notify(). Reverting the
checkin causes all those tests to pass and doesn't appear to break any
others.
=== Zope3/src/zope/app/services/event.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/services/event.py:1.12 Thu Feb 13 22:18:04 2003
+++ Zope3/src/zope/app/services/event.py Fri Feb 14 18:06:08 2003
@@ -147,7 +147,7 @@
# the name of the service that this object is providing, or
# None if unbound
- _subscribeToServiceName = Subscription
+ _subscribeToServiceName = "Subscriptions"
_subscribeToServiceInterface = IEvent
_subscribeToServiceFilter = None