[Zope3-checkins] CVS: Zope3/src/zope/app/security/tests -
test_securitydirectives.py:1.12.4.3
Chris McDonough
chrism at plope.com
Wed Jan 14 01:07:18 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/security/tests
In directory cvs.zope.org:/tmp/cvs-serv26777/src/zope/app/security/tests
Modified Files:
Tag: steveachrismcd-securitypolicy-branch
test_securitydirectives.py
Log Message:
Move role-related interfaces to securitypolicy product.
=== Zope3/src/zope/app/security/tests/test_securitydirectives.py 1.12.4.2 => 1.12.4.3 ===
--- Zope3/src/zope/app/security/tests/test_securitydirectives.py:1.12.4.2 Tue Jan 13 20:31:35 2004
+++ Zope3/src/zope/app/security/tests/test_securitydirectives.py Wed Jan 14 01:06:48 2004
@@ -20,7 +20,7 @@
from zope.component.service import serviceManager as services
from zope.app.services.servicenames import Roles, Permissions, Authentication
from zope.app.interfaces.security import IPermissionService
-from zope.app.interfaces.security import IRoleService
+from zope.products.securitypolicy.interfaces import IRoleService
from zope.app.interfaces.security import IAuthenticationService
from zope.configuration.config import ConfigurationConflictError
More information about the Zope3-Checkins
mailing list