[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces - __init__.py:1.3

Kapil Thangavelu kvthan@wm.edu
Fri, 27 Dec 2002 11:40:26 -0500


Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv25236/interfaces

Modified Files:
	__init__.py 
Log Message:

geddon cleanup

  - merge and sort imports
  - global vars at top of modules
  - subjective sort of classes



=== Zope3/src/zope/publisher/interfaces/__init__.py 1.2 => 1.3 ===
--- Zope3/src/zope/publisher/interfaces/__init__.py:1.2	Wed Dec 25 09:15:18 2002
+++ Zope3/src/zope/publisher/interfaces/__init__.py	Fri Dec 27 11:40:25 2002
@@ -351,3 +351,12 @@
 
         This is a read-only mapping from variable name to value.
         """)
+
+
+class IResponse(IPublisherResponse, IApplicationResponse):
+    """The basic response contract
+    """
+
+class IRequest(IPublisherRequest, IPublicationRequest, IApplicationRequest):
+    """The basic request contract
+    """