[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/tests -
workflowsetup.py:1.6.36.1
Chris McDonough
chrism at plope.com
Wed Jan 14 01:07:19 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/tests
In directory cvs.zope.org:/tmp/cvs-serv26777/src/zope/app/workflow/tests
Modified Files:
Tag: steveachrismcd-securitypolicy-branch
workflowsetup.py
Log Message:
Move role-related interfaces to securitypolicy product.
=== Zope3/src/zope/app/workflow/tests/workflowsetup.py 1.6 => 1.6.36.1 ===
--- Zope3/src/zope/app/workflow/tests/workflowsetup.py:1.6 Sat Jun 21 17:22:17 2003
+++ Zope3/src/zope/app/workflow/tests/workflowsetup.py Wed Jan 14 01:06:48 2004
@@ -22,7 +22,7 @@
from zope.app.services.servicenames import Authentication, Workflows
from zope.app.interfaces.security import IAuthenticationService
-from zope.app.interfaces.security import IRoleService
+from zope.products.securitypolicy.interfaces import IRoleService
from zope.app.interfaces.security import IPermissionService
from zope.app.security.registries.principalregistry import principalRegistry
from zope.app.security.registries.permissionregistry import permissionRegistry
More information about the Zope3-Checkins
mailing list