[Zope3-checkins] CVS: Zope3/lib/python/Zope/Event - metaConfigure.py:1.2.12.3
Rakesh Naidu
rnaidu@zeomega.com
Mon, 21 Oct 2002 11:04:02 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv5753/Zope3-Bangalore-TTW-Branch/lib/python/Zope/Event
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
metaConfigure.py
Log Message:
config files update
=== Zope3/lib/python/Zope/Event/metaConfigure.py 1.2.12.2 => 1.2.12.3 ===
--- Zope3/lib/python/Zope/Event/metaConfigure.py:1.2.12.2 Mon Oct 21 10:55:56 2002
+++ Zope3/lib/python/Zope/Event/metaConfigure.py Mon Oct 21 11:04:01 2002
@@ -24,7 +24,7 @@
counter = 0
-def subscribe(_context, subscriber, event_types=(IEvent), filter=None):
+def subscribe(_context, subscriber, event_types=(IEvent,), filter=None):
global counter
counter += 1
@@ -44,11 +44,6 @@
discriminator = ('subscribe', counter),
callable = subscribeMany,
args = (subscriber, event_types, filter)
- ),
- Action(
- discriminator = None,
- callable = handler,
- args = ('Interfaces', 'provideInterface', provides.__module__+'.'+provides.__name__,provides)
- )
+ )
]