web/views/workflow.py
changeset 2487 c4c13cf8cd7b
parent 2440 8e6b83e3b6b5
child 2506 965d5e1557ed
--- a/web/views/workflow.py	Fri Jul 24 15:13:44 2009 +0200
+++ b/web/views/workflow.py	Fri Jul 24 15:20:14 2009 +0200
@@ -67,6 +67,7 @@
     def redirectpath(self, entity):
         return entity.rest_path()
 
+
 class WFHistoryView(EntityView):
     id = 'wfhistory'
     __select__ = relation_possible('wf_info_for', role='object')
@@ -98,6 +99,7 @@
             self.wview('table', rset, title=_(self.title), displayactions=False,
                        displaycols=displaycols, headers=headers)
 
+
 class WFHistoryVComponent(component.EntityVComponent):
     """display the workflow history for entities supporting it"""
     id = 'wfhistory'