[Zope-CVS] CVS: Packages/JobBoardEx - JobList.zcml:1.8 JobView.py:1.3

Guido van Rossum guido@python.org
Thu, 21 Mar 2002 11:59:43 -0500


Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv6937

Modified Files:
	JobList.zcml JobView.py 
Log Message:
Lose shared_display.  It wasn't used.

=== Packages/JobBoardEx/JobList.zcml 1.7 => 1.8 ===
 	permission_id="Zope.View"
 	methods="index, simpleView, getSubmitter, getSummary,
-	         getDescription, getContact, shared_display"
+	         getDescription, getContact"
 />
 
 


=== Packages/JobBoardEx/JobView.py 1.2 => 1.3 ===
     simpleView = PageTemplateFile('JobView.pt')
 
-    def shared_display(self):
-        return self.simpleView.macros['shared_display']
-
     # Add accessor methods so the security framework can do assertion.  The
     # page template can't use the attributes on the Job object directly. :(
     def getSubmitter(self):