[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py
Converted XXX to TODO.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:09 EDT 2004
Log message for revision 26302:
Converted XXX to TODO.
Removed XXX.
-=-
Modified: Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py 2004-07-09 15:45:07 UTC (rev 26301)
+++ Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py 2004-07-09 15:45:09 UTC (rev 26302)
@@ -85,7 +85,7 @@
class IState(Interface):
"""Interface for state of a stateful workflow process definition."""
- # XXX Should at least have a title, if not a value as well
+ # TODO: Should at least have a title, if not a value as well
class IStatefulStatesContainer(IProcessDefinitionElementContainer):
"""Container that stores States."""
@@ -189,7 +189,6 @@
def getTransitionNames():
"""Get the transition names."""
- # XXX Temporarily till we find a better solution
def clear():
"""Clear the whole ProcessDefinition."""
More information about the Zope3-Checkins
mailing list