[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XMLRPC - Methods.py:1.3

Stephan Richter srichter@cbu.edu
Sun, 16 Jun 2002 14:29:55 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv24789/Content/Folder/Views/XMLRPC

Modified Files:
	Methods.py 
Log Message:
Here are some more plonish like icons made by Kit Blake. He told me these
were done very quickly and if they are seriously considered then he will
make them more professionally from scratch.


=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XMLRPC/Methods.py 1.2 => 1.3 ===
 """
 
-from Zope.Publisher.XMLRPC.MethodPublisher import MethodPublisher
-from Zope.Publisher.XMLRPC.IXMLRPCPublisher import IXMLRPCPublisher
-from Zope.App.PageTemplate import ViewPageTemplateFile
+from Zope.Publisher.XMLRPC.XMLRPCView import XMLRPCView
 
 
-class Methods(MethodPublisher):
-    """ """
-
+class Methods(XMLRPCView):
         
-    def __init__(self, folder, request):
-        self.context = folder
-
+    __implements__ = XMLRPCView.__implements__
 
     def objectIds(self):
         ''' '''