[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Publisher/XMLRPC - metaConfigure.py:1.2.6.5

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


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

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	metaConfigure.py 
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/App/Publisher/XMLRPC/metaConfigure.py 1.2.6.4 => 1.2.6.5 ===
--- Zope3/lib/python/Zope/App/Publisher/XMLRPC/metaConfigure.py:1.2.6.4	Tue Oct 22 06:13:28 2002
+++ Zope3/lib/python/Zope/App/Publisher/XMLRPC/metaConfigure.py	Thu Oct 24 06:07:21 2002
@@ -169,7 +169,7 @@
                 discriminator = None,
                 callable = handler,
                 args = ('Interfaces', 'provideInterface',
-                        self.for_.__module__+'.'+self.for_.__name__,self.for_)
+                        self.for_.__module__+'.'+self.for_.__name__, self.for_)
                 )
                 )
         return actions