[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Workflow/Stateful/tests - testProcessDefinition.py:1.1.2.2

Grégoire Weber zope@i-con.ch
Thu, 5 Dec 2002 11:00:16 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Workflow/Stateful/tests
In directory cvs.zope.org:/tmp/cvs-serv11528/Stateful/tests

Modified Files:
      Tag: sprintathon-wf-branch
	testProcessDefinition.py 
Log Message:
corrected typos


=== Zope3/lib/python/Zope/App/Workflow/Stateful/tests/testProcessDefinition.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/lib/python/Zope/App/Workflow/Stateful/tests/testProcessDefinition.py:1.1.2.1	Thu Dec  5 10:50:38 2002
+++ Zope3/lib/python/Zope/App/Workflow/Stateful/tests/testProcessDefinition.py	Thu Dec  5 11:00:15 2002
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-"""Statefull workflow process definition.
+"""Stateful workflow process definition.
 
 $Id$
 """
@@ -22,7 +22,7 @@
 from Interface import Interface
 from Interface.Verify import verifyClass
 
-from Zope.App.Workflow.Statefull.IProcessDefinition import IProcessDefinition
+from Zope.App.Workflow.Stateful.IProcessDefinition import IProcessDefinition
 
 
 class testProcessDefinition(unittest.TestCase):