[Zope3-checkins] CVS: Products3/NewsSite - browser.py:1.7

Tres Seaver tseaver@zope.com
Fri, 4 Apr 2003 15:14:27 -0500


Update of /cvs-repository/Products3/NewsSite
In directory cvs.zope.org:/tmp/cvs-serv31990

Modified Files:
	browser.py 
Log Message:
 - Make RSS policies page use base view class.

=== Products3/NewsSite/browser.py 1.6 => 1.7 ===
--- Products3/NewsSite/browser.py:1.6	Tue Apr  1 10:48:59 2003
+++ Products3/NewsSite/browser.py	Fri Apr  4 15:14:27 2003
@@ -101,7 +101,7 @@
 
 
 
-class NewsSiteSyndicationPoliciesView:
+class NewsSiteSyndicationPoliciesView( BaseNewsSiteView ):
 
     """ Simple class for managing the RSS policies for the site.
     """