[Checkins] SVN: CMF/branches/2.1/DCWorkflow/interfaces.py Correct the base class for ITransitionEvent

Wichert Akkerman wichert at wiggy.net
Tue Apr 3 19:15:05 EDT 2007


Log message for revision 73994:
  Correct the base class for ITransitionEvent

Changed:
  U   CMF/branches/2.1/DCWorkflow/interfaces.py

-=-
Modified: CMF/branches/2.1/DCWorkflow/interfaces.py
===================================================================
--- CMF/branches/2.1/DCWorkflow/interfaces.py	2007-04-03 23:14:58 UTC (rev 73993)
+++ CMF/branches/2.1/DCWorkflow/interfaces.py	2007-04-03 23:15:04 UTC (rev 73994)
@@ -23,7 +23,7 @@
     """Web-configurable workflow definition.
     """
 
-class ITransitionEvent(Interface):
+class ITransitionEvent(IObjectEvent):
     
     """An event that's fired upon a workflow transition.
     """
@@ -45,4 +45,4 @@
     
     """An event that's fired after a workflow transition.
     """
-    
\ No newline at end of file
+    



More information about the Checkins mailing list