[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event - event-meta.zcml:1.1.2.2

Steve Alexander steve@cat-box.net
Sat, 23 Feb 2002 09:57:18 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv8923

Modified Files:
      Tag: Zope-3x-branch
	event-meta.zcml 
Log Message:
decrufting


=== Zope3/lib/python/Zope/Event/event-meta.zcml 1.1.2.1 => 1.1.2.2 ===
   <!-- Zope.Event -->
   <directives namespace="http://namespaces.zope.org/event">
-    <directive name="subscribe" attributes="subscriber, interfaces, filter"
+    <directive name="subscribe" attributes="subscriber, event_types, filter"
        handler="Zope.Event.metaConfigure.subscribe" />
   </directives>
 
-<!--
-
-  put in a  metaConfigure.py
-  test it, remembering to clean up for the link made with the event service
-
-  -->
-  
 
 </zopeConfigure>