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

Wichert Akkerman wichert at wiggy.net
Tue Apr 3 19:14:58 EDT 2007


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

Changed:
  U   CMF/trunk/DCWorkflow/interfaces.py

-=-
Modified: CMF/trunk/DCWorkflow/interfaces.py
===================================================================
--- CMF/trunk/DCWorkflow/interfaces.py	2007-04-03 15:49:16 UTC (rev 73992)
+++ CMF/trunk/DCWorkflow/interfaces.py	2007-04-03 23:14:58 UTC (rev 73993)
@@ -23,7 +23,7 @@
     """Web-configurable workflow definition.
     """
 
-class ITransitionEvent(Interface):
+class ITransitionEvent(IObjectEvent):
     
     """An event that's fired upon a workflow transition.
     """



More information about the Checkins mailing list