From 59bec2067eff1589ee57c3a92308a855fd13f26c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 14 Jan 2004 22:55:36 +0000 Subject: Merge security policy refactoring: - Moved all role- and grant-related functionality into zope.products.securitypolicy (and out of zope.app.security.grant). The zope.products.securitypolicy implementation is exactly the same as the old implementation; no changes were made to the actual mechanics of role-permission or principal-permission grants. The only real difference is that all functionality that is the purview of what we want a security policy to have control of is now in that one place. - Created new modulealias directive which can be used to provide aliases to older modules (to not break existing ZODBs when module locations change). - Added minor feature: "make debug" launches a debug session in the spirit of Zope 2's "zopectl debug". --- tests/batch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/batch.py b/tests/batch.py index 228e10b..81ab835 100644 --- a/tests/batch.py +++ b/tests/batch.py @@ -11,8 +11,8 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -__allow_access_to_unprotected_subobjects__={'batch': 1} -__roles__=None +##__allow_access_to_unprotected_subobjects__={'batch': 1} +##__roles__=None class batch: -- cgit v1.2.1