Author: eallen
Date: 2008-09-25 11:22:40 -0400 (Thu, 25 Sep 2008)
New Revision: 2540
Modified:
mgmt/trunk/cumin/python/cumin/widgets.py
Log:
Removed post_process
Modified: mgmt/trunk/cumin/python/cumin/widgets.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.py 2008-09-24 16:49:34 UTC (rev 2539)
+++ mgmt/trunk/cumin/python/cumin/widgets.py 2008-09-25 15:22:40 UTC (rev 2540)
@@ -163,8 +163,6 @@
else:
self.process_display(session, *args)
- self.post_process(session, *args)
-
def process_cancel(self, session, *args):
self.page.set_redirect_url(session, self.get_origin(session))
@@ -174,9 +172,6 @@
def process_display(self, session, *args):
pass
- def post_process(self, session, *args):
- pass
-
def render_cancel_content(self, session, *args):
return "Cancel"
Show replies by date