[Zope3-checkins] CVS: Zope3/src/zope/app/workflow - service.py:1.8
Jim Fulton
jim@zope.com
Sun, 22 Jun 2003 20:31:32 -0400
Update of /cvs-repository/Zope3/src/zope/app/workflow
In directory cvs.zope.org:/tmp/cvs-serv21652/src/zope/app/workflow
Modified Files:
service.py
Log Message:
Now that RegistrationStatusProperty gets the serviceType from the
registration, we can have one definition of status in the base class,
SimpleRegistration.
=== Zope3/src/zope/app/workflow/service.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/workflow/service.py:1.7 Sat Jun 21 17:22:15 2003
+++ Zope3/src/zope/app/workflow/service.py Sun Jun 22 20:31:32 2003
@@ -27,7 +27,6 @@
from zope.app.interfaces.workflow import IProcessDefinition
from zope.app.interfaces.workflow import IProcessDefinitionRegistration
from zope.app.interfaces.workflow import IWorkflowService
-from zope.app.services.registration import RegistrationStatusProperty
from zope.app.services.registration import NameComponentRegistry
from zope.app.services.registration import NamedComponentRegistration
from zope.app.traversing import getPath
@@ -107,9 +106,6 @@
implements(IProcessDefinitionRegistration)
serviceType = 'Workflows'
-
- status = RegistrationStatusProperty()
-
def getInterface(self):
return IProcessDefinition