[Zope3-checkins] CVS: Zope3/src/zope/app/workflow - workflowevents.py:1.3

Albertas Agejevas alga@codeworks.lt
Thu, 13 Mar 2003 13:49:42 -0500


Update of /cvs-repository/Zope3/src/zope/app/workflow
In directory cvs.zope.org:/tmp/cvs-serv1411/src/zope/app/workflow

Modified Files:
	workflowevents.py 
Log Message:
An unexpected raid by the Whitespace Police.

Other than fixes of nonconforming whitespace, just a couple of $Id$
docstrings has been added.



=== Zope3/src/zope/app/workflow/workflowevents.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/workflow/workflowevents.py:1.2	Wed Dec 25 09:13:30 2002
+++ Zope3/src/zope/app/workflow/workflowevents.py	Thu Mar 13 13:49:11 2003
@@ -23,7 +23,7 @@
     """
         Base class for all action-related events.
     """
-    def __init__( self, action ):
+    def __init__(self, action):
         self._action = action
 
     def getAction(self):