[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/tests -
workflowsetup.py:1.13
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:32 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/tests
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/workflow/tests
Modified Files:
workflowsetup.py
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/workflow/tests/workflowsetup.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/workflow/tests/workflowsetup.py:1.12 Sat Mar 13 18:01:18 2004
+++ Zope3/src/zope/app/workflow/tests/workflowsetup.py Sat Mar 13 18:55:32 2004
@@ -22,7 +22,7 @@
from zope.app.annotation.interfaces import IAttributeAnnotatable
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.servicenames import Authentication, Workflows, Utilities
from zope.app.site.tests.placefulsetup import PlacefulSetup
from zope.app.utility import LocalUtilityService
from zope.app.tests import setup
More information about the Zope3-Checkins
mailing list