[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/tests -
workflowsetup.py:1.11
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:21:43 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/tests
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/workflow/tests
Modified Files:
workflowsetup.py
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/workflow/tests/workflowsetup.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/workflow/tests/workflowsetup.py:1.10 Thu Mar 11 07:38:25 2004
+++ Zope3/src/zope/app/workflow/tests/workflowsetup.py Sat Mar 13 10:21:42 2004
@@ -23,7 +23,7 @@
from zope.app.security.interfaces import IAuthenticationService
from zope.app.security.principalregistry import principalRegistry
from zope.app.services.servicenames import Authentication, Workflows, Utilities
-from zope.app.services.tests.placefulsetup import PlacefulSetup
+from zope.app.site.tests.placefulsetup import PlacefulSetup
from zope.app.utility import LocalUtilityService
from zope.app.tests import setup
from zope.app.workflow.service import WorkflowService
More information about the Zope3-Checkins
mailing list