[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/XMLRPC - Publication.py:1.1.2.2.2.1
Shane Hathaway
shane@cvs.zope.org
Fri, 12 Apr 2002 11:02:32 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv1002
Modified Files:
Tag: Zope3-Server-Branch
Publication.py
Log Message:
Removed CRs
=== Zope3/lib/python/Zope/App/ZopePublication/XMLRPC/Publication.py 1.1.2.2 => 1.1.2.2.2.1 ===
#
##############################################################################
-"""
-
-$Id$
-"""
-
-from Zope.App.ZopePublication.HTTP.Publication import ZopeHTTPPublication
-from Zope.ComponentArchitecture import getRequestView
-from Zope.ContextWrapper import Wrapper
-from Zope.App.Security.SecurityManagement import getSecurityManager
-
-
-class XMLRPCPublication(ZopeHTTPPublication):
- """XML-RPC publication handling.
-
- There is nothing special here right now.
- """
-
-
-# For now, have a factory that returns a singleton
-class XMLRPCPublicationFactory:
-
- def __init__(self, db):
- self.__pub = XMLRPCPublication(db)
-
- def __call__(self):
- return self.__pub
+"""
+
+$Id$
+"""
+
+from Zope.App.ZopePublication.HTTP.Publication import ZopeHTTPPublication
+from Zope.ComponentArchitecture import getRequestView
+from Zope.ContextWrapper import Wrapper
+from Zope.App.Security.SecurityManagement import getSecurityManager
+
+
+class XMLRPCPublication(ZopeHTTPPublication):
+ """XML-RPC publication handling.
+
+ There is nothing special here right now.
+ """
+
+
+# For now, have a factory that returns a singleton
+class XMLRPCPublicationFactory:
+
+ def __init__(self, db):
+ self.__pub = XMLRPCPublication(db)
+
+ def __call__(self):
+ return self.__pub