[Zope3-checkins] CVS: Zope3/src/zope/app/publication -
xmlrpc.py:1.10
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Mar 19 15:27:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/publication
In directory cvs.zope.org:/tmp/cvs-serv11576/src/zope/app/publication
Modified Files:
xmlrpc.py
Log Message:
Updated to reflect changes in Publisher API.
=== Zope3/src/zope/app/publication/xmlrpc.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/publication/xmlrpc.py:1.9 Fri Mar 5 17:09:13 2004
+++ Zope3/src/zope/app/publication/xmlrpc.py Fri Mar 19 15:26:29 2004
@@ -20,7 +20,7 @@
from zope.app.publication.zopepublication import ZopePublication
from zope.component import queryView, queryDefaultViewName
from zope.proxy import removeAllProxies
-from zope.publisher.interfaces.xmlrpc import IXMLRPCPresentation
+from zope.app.publisher.interfaces.xmlrpc import IXMLRPCPresentation
from zope.security.checker import ProxyFactory
class XMLRPCPublication(ZopePublication):
More information about the Zope3-Checkins
mailing list