[Zope3-checkins] CVS: Zope3/src/zope/app/workflow - service.py:1.15
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:22:13 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/workflow
Modified Files:
service.py
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/workflow/service.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/workflow/service.py:1.14 Wed Mar 3 15:20:33 2004
+++ Zope3/src/zope/app/workflow/service.py Sat Mar 13 10:21:40 2004
@@ -23,7 +23,7 @@
from zope.app import zapi
from zope.app.container.contained import Contained
-from zope.app.interfaces.services.service import ISimpleService
+from zope.app.site.interfaces import ISimpleService
from zope.app.services.servicenames import Workflows
from zope.app.workflow.interfaces import IProcessDefinition, IWorkflowService
More information about the Zope3-Checkins
mailing list