[Checkins] SVN: hurry.workflow/trunk/src/hurry/workflow/interfaces.py Interface wasn't complete.

Martijn Faassen faassen at startifact.com
Thu Apr 7 09:54:50 EDT 2011


Log message for revision 121333:
  Interface wasn't complete.
  

Changed:
  U   hurry.workflow/trunk/src/hurry/workflow/interfaces.py

-=-
Modified: hurry.workflow/trunk/src/hurry/workflow/interfaces.py
===================================================================
--- hurry.workflow/trunk/src/hurry/workflow/interfaces.py	2011-04-07 13:42:59 UTC (rev 121332)
+++ hurry.workflow/trunk/src/hurry/workflow/interfaces.py	2011-04-07 13:54:50 UTC (rev 121333)
@@ -22,7 +22,12 @@
 
     Defined as a utility.
     """
+    def initialize():
+        """Do any needed initialization.
 
+        Such as initialization with the workflow versions system.
+        """
+
     def refresh(transitions):
         """Refresh workflow completely with new transitions.
         """



More information about the checkins mailing list