[Zope3-checkins] CVS: Products3/demo/messageboard/step8/browser - messageboard.py:1.2
Stephan Richter
srichter@cosmos.phy.tufts.edu
Tue, 15 Jul 2003 06:29:45 -0400
Update of /cvs-repository/Products3/demo/messageboard/step8/browser
In directory cvs.zope.org:/tmp/cvs-serv21796/browser
Modified Files:
messageboard.py
Log Message:
darn, I should not have made the checkin in a hurry yesterday. Of course,
the recipe has it right.
=== Products3/demo/messageboard/step8/browser/messageboard.py 1.1 => 1.2 ===
--- Products3/demo/messageboard/step8/browser/messageboard.py:1.1 Mon Jul 14 20:01:06 2003
+++ Products3/demo/messageboard/step8/browser/messageboard.py Tue Jul 15 06:29:40 2003
@@ -90,7 +90,7 @@
class ReviewMessages:
"""Workflow: Review all pending messages"""
- def getPendingMessages(self):
+ def getPendingMessages(self, wrapped_pmsg):
"""Get all pending messages recursively."""
msgs = []
for name, msg in wrapped_pmsg.items():