[Zope3-checkins] CVS: Zope3/lib/python/Zope/Event - metaConfigure.py:1.2.12.5 configure.zcml:NONE meta.zcml:NONE

Jim Fulton jim@zope.com
Thu, 24 Oct 2002 06:07:53 -0400


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

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	metaConfigure.py 
Removed Files:
      Tag: Zope3-Bangalore-TTW-Branch
	configure.zcml meta.zcml 
Log Message:
Added more automatic interface registration while refering to
interfaces in component registration directives.

In doing this I was forced to clean up the configuratio files outside
of Zope.App. In particular, there shouldn't be any configuration files
outside of Zope.App and Zope.Configuration. This second task was much
more involved than the first. :/




=== Zope3/lib/python/Zope/Event/metaConfigure.py 1.2.12.4 => 1.2.12.5 ===
--- Zope3/lib/python/Zope/Event/metaConfigure.py:1.2.12.4	Tue Oct 22 06:13:28 2002
+++ Zope3/lib/python/Zope/Event/metaConfigure.py	Thu Oct 24 06:07:22 2002
@@ -49,6 +49,7 @@
         Action(
             discriminator = None,
             callable = subscribeMany,
-            args = ('Interfaces', 'provideInterface', type.__module__+'.'+type.__name__, type)
+            args = ('Interfaces', 'provideInterface',
+                    type.__module__+'.'+type.__name__, type)
               )      
         ]

=== Removed File Zope3/lib/python/Zope/Event/configure.zcml ===

=== Removed File Zope3/lib/python/Zope/Event/meta.zcml ===