[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Workflow - WorkflowService.py:1.2.24.6

Grégoire Weber zope@i-con.ch
Wed, 4 Dec 2002 12:06:57 -0500


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

Modified Files:
      Tag: sprintathon-wf-branch
	WorkflowService.py 
Log Message:
first steps for workflow service unit tests


=== Zope3/lib/python/Zope/App/Workflow/WorkflowService.py 1.2.24.5 => 1.2.24.6 ===
--- Zope3/lib/python/Zope/App/Workflow/WorkflowService.py:1.2.24.5	Wed Dec  4 06:21:46 2002
+++ Zope3/lib/python/Zope/App/Workflow/WorkflowService.py	Wed Dec  4 12:06:56 2002
@@ -19,8 +19,11 @@
 from Persistence.Module import PersistentModuleRegistry
 
 from Zope.ContextWrapper import ContextMethod
+from Zope.Proxy.ContextWrapper import ContextWrapper
 from Zope.ComponentArchitecture import getService
 from Zope.ComponentArchitecture.Exceptions import ComponentLookupError
+from Zope.App.OFS.Services.Configuration import ConfigurationRegistry
+
 from Zope.App.Workflow.IWorkflowService import IWorkflowService