[Zope3-checkins] CVS: Zope3/src/zope/app/browser/workflow/stateful
- definition.py:1.5.4.1
Sidnei da Silva
sidnei at x3ng.com.br
Wed Aug 13 11:13:22 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv2857/src/zope/app/browser/workflow/stateful
Modified Files:
Tag: dreamcatcher-ttwschema-branch
definition.py
Log Message:
Whitespace and DOS line endings.
=== Zope3/src/zope/app/browser/workflow/stateful/definition.py 1.5 => 1.5.4.1 ===
--- Zope3/src/zope/app/browser/workflow/stateful/definition.py:1.5 Thu Jul 31 11:01:27 2003
+++ Zope3/src/zope/app/browser/workflow/stateful/definition.py Wed Aug 13 10:12:47 2003
@@ -12,7 +12,7 @@
#
##############################################################################
"""ProcessDefinition registration adding view
-
+
$Id$
"""
__metaclass__ = type
@@ -55,7 +55,7 @@
class StatefulProcessDefinitionView(BrowserView):
-
+
def getName(self):
return """I'm a stateful ProcessInstance"""
@@ -122,7 +122,7 @@
'getter': getattr(self, name+'_get_perm_widget'),
'setter': getattr(self, name+'_set_perm_widget')} )
return info
-
+
class AddState(BrowserView):
@@ -134,7 +134,7 @@
class AddTransition(BrowserView):
- # XXX This could and should be handled by a Vocabulary Field/Widget
+ # XXX This could and should be handled by a Vocabulary Field/Widget
def getStateNames(self):
pd = self.context.getProcessDefinition()
states = removeAllProxies(pd.getStateNames())
More information about the Zope3-Checkins
mailing list