[Zope3-checkins] Re: SVN:
Zope3/branches/jack-e_interfacebased_workflow/src/zope/app/workflow/stateful/definition.py
trailing whitespaces and cosmetic
Philipp von Weitershausen
philipp at weitershausen.de
Tue Oct 12 06:33:14 EDT 2004
Julien Anguenot wrote:
> -=-
> Modified: Zope3/branches/jack-e_interfacebased_workflow/src/zope/app/workflow/stateful/definition.py
> ===================================================================
> --- Zope3/branches/jack-e_interfacebased_workflow/src/zope/app/workflow/stateful/definition.py 2004-10-12 10:24:43 UTC (rev 27988)
> +++ Zope3/branches/jack-e_interfacebased_workflow/src/zope/app/workflow/stateful/definition.py 2004-10-12 10:25:35 UTC (rev 27989)
> @@ -30,12 +31,12 @@
> from zope.app.workflow.definition import ProcessDefinitionElementContainer
> from zope.app.workflow.stateful.interfaces import IStatefulProcessDefinition
> from zope.app.workflow.stateful.interfaces import IState, IStateContained
> -from zope.app.workflow.stateful.interfaces import ITransition, ITransitionContained, INITIAL
> +from zope.app.workflow.stateful.interfaces import ITransition, \
> + ITransitionContained, INITIAL
> from zope.app.workflow.stateful.interfaces import IStatefulStatesContainer
> from zope.app.workflow.stateful.interfaces import IStatefulTransitionsContainer
> from zope.app.workflow.stateful.interfaces import MANUAL
>
> -
> class State(Persistent, Contained):
> """State."""
> implements(IState,IStateContained)
> @@ -72,8 +73,6 @@
> return obj.getStateNames()
> raise 'NoLocalProcessDefinition', 'No local process definition found.'
Ugh, string exception... Typo?
Philipp
More information about the Zope3-Checkins
mailing list