[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces -
xmlrpc.py:1.5 browser.py:1.8
Philipp von Weitershausen
philikon at philikon.de
Wed Mar 17 13:25:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv24616/publisher/interfaces
Modified Files:
xmlrpc.py browser.py
Log Message:
Cleanup
=== Zope3/src/zope/publisher/interfaces/xmlrpc.py 1.4 => 1.5 ===
--- Zope3/src/zope/publisher/interfaces/xmlrpc.py:1.4 Fri Nov 21 12:12:40 2003
+++ Zope3/src/zope/publisher/interfaces/xmlrpc.py Wed Mar 17 13:25:00 2004
@@ -15,7 +15,6 @@
$Id$
"""
-
from zope.component.interfaces import IView
from zope.component.interfaces import IPresentation
@@ -28,7 +27,7 @@
"""XML-RPC Publisher"""
-class IXMLRPCPublication (IPublication):
+class IXMLRPCPublication(IPublication):
"""Object publication framework."""
def getDefaultTraversal(request, ob):
=== Zope3/src/zope/publisher/interfaces/browser.py 1.7 => 1.8 ===
--- Zope3/src/zope/publisher/interfaces/browser.py:1.7 Fri Nov 21 12:12:36 2003
+++ Zope3/src/zope/publisher/interfaces/browser.py Wed Mar 17 13:25:00 2004
@@ -12,8 +12,6 @@
#
##############################################################################
"""
-
-Revision information:
$Id$
"""
@@ -109,4 +107,4 @@
class IBrowserView(IView):
- "Browser View"
+ """Browser View"""
More information about the Zope3-Checkins
mailing list