[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - IPublisherResponse.py:1.1.2.1.2.2

Stephan Richter srichter@cbu.edu
Fri, 22 Mar 2002 00:19:07 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv30498

Modified Files:
      Tag: Zope3-publisher-refactor-branch
	IPublisherResponse.py 
Log Message:
Added Interface as Base class


=== Zope3/lib/python/Zope/Publisher/IPublisherResponse.py 1.1.2.1.2.1 => 1.1.2.1.2.2 ===
 from Interface import Interface
 
-class IPublisherResponse:
+class IPublisherResponse(Interface):
     """Interface used by the publsher
     """