web/views/workflow.py
branchstable
changeset 6103 072f23f6bf83
parent 6093 9001a74fcc82
child 6141 b8287e54b528
child 6354 73bf870d37d5
--- a/web/views/workflow.py	Thu Aug 12 10:11:49 2010 +0200
+++ b/web/views/workflow.py	Thu Aug 12 11:56:33 2010 +0200
@@ -392,7 +392,7 @@
         return props
 
 
-class WorkflowVisitor:
+class WorkflowVisitor(object):
     def __init__(self, entity):
         self.entity = entity
 
@@ -419,7 +419,7 @@
         return WorkflowVisitor(entity)
 
     def build_dotpropshandler(self):
-        return WorkflowPropsHandler(self._cw)
+        return WorkflowDotPropsHandler(self._cw)
 
 
 class TmpPngView(TmpFileViewMixin, view.EntityView):