[Zope-CVS] CVS: Packages3/workflow - service.py:1.5

Ulrich Eck ueck@net-labs.de
Thu, 27 Feb 2003 07:10:54 -0500


Update of /cvs-repository/Packages3/workflow
In directory cvs.zope.org:/tmp/cvs-serv29646

Modified Files:
	service.py 
Log Message:
uhm... didn't realize the changes were made in the use-config branch
commented out the ISimpleService till branch is merged


=== Packages3/workflow/service.py 1.4 => 1.5 ===
--- Packages3/workflow/service.py:1.4	Thu Feb 27 06:37:41 2003
+++ Packages3/workflow/service.py	Thu Feb 27 07:10:54 2003
@@ -30,7 +30,7 @@
 from zope.app.services.configuration import NamedComponentConfiguration
 from zope.app.services.configuration import ConfigurationStatusProperty
 
-from zope.app.interfaces.services.interfaces import ISimpleService
+# from zope.app.interfaces.services.interfaces import ISimpleService
 from zope.app.interfaces.workflow import IProcessDefinitionConfiguration
 from zope.app.interfaces.workflow import IProcessDefinition
 from zope.app.interfaces.workflow import IWorkflowService
@@ -45,7 +45,7 @@
 
     __doc__ = IWorkflowService.__doc__
 
-    __implements__ = ILocalWorkflowService, ISimpleService
+    __implements__ = ILocalWorkflowService #, ISimpleService
 
     ############################################################
     # Implementation methods for interface