[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/xmlrpc - metaconfigure.py:1.13.2.1

Sidnei da Silva sidnei at x3ng.com.br
Wed Aug 13 10:37:07 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/publisher/xmlrpc
In directory cvs.zope.org:/tmp/cvs-serv28777/src/zope/app/publisher/xmlrpc

Modified Files:
      Tag: dreamcatcher-ttwschema-branch
	metaconfigure.py 
Log Message:
__name__-geddon. Use getName for getting the name of interfaces

=== Zope3/src/zope/app/publisher/xmlrpc/metaconfigure.py 1.13 => 1.13.2.1 ===
--- Zope3/src/zope/app/publisher/xmlrpc/metaconfigure.py:1.13	Mon Aug  4 19:19:10 2003
+++ Zope3/src/zope/app/publisher/xmlrpc/metaconfigure.py	Wed Aug 13 09:36:33 2003
@@ -80,7 +80,7 @@
             discriminator = None,
             callable = handler,
             args = (Interfaces, 'provideInterface',
-                    for_.__module__+'.'+for_.__name__, for_)
+                    for_.__module__+'.'+for_.getName(), for_)
             )
 
 




More information about the Zope3-Checkins mailing list