[Zope3-checkins] CVS: Packages3/workflow - instance.py:1.6

Ulrich Eck ueck@net-labs.de
Fri, 28 Mar 2003 13:17:07 -0500


Update of /cvs-repository/Packages3/workflow
In directory cvs.zope.org:/tmp/cvs-serv4403

Modified Files:
	instance.py 
Log Message:
added script support for Transitions (condition and script need to evaluate 
to True that the transition can be fired)
cleaned up some parts of the import/export (unittests will follow next week)
added unittest for transition-script-support



=== Packages3/workflow/instance.py 1.5 => 1.6 ===
--- Packages3/workflow/instance.py:1.5	Wed Mar 26 14:24:04 2003
+++ Packages3/workflow/instance.py	Fri Mar 28 13:16:36 2003
@@ -148,3 +148,4 @@
     def __iter__(self):
         '''See interface IReadContainer'''
         return iter(self.context)
+