web/views/workflow.py
changeset 6139 f76599a96238
parent 6103 072f23f6bf83
child 6141 b8287e54b528
child 6354 73bf870d37d5
--- a/web/views/workflow.py	Thu Aug 12 10:12:52 2010 +0200
+++ b/web/views/workflow.py	Wed Aug 25 09:43:12 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):