diff --git a/organize/util.py b/organize/util.py index 79a15eb..51ddbec 100644 --- a/organize/util.py +++ b/organize/util.py @@ -26,6 +26,7 @@ from zope.app.authentication.interfaces import IAuthenticatorPlugin from zope.app.authentication.groupfolder import GroupFolder from zope.app.security.interfaces import IAuthentication, PrincipalLookupError from zope.app.security.settings import Allow, Deny, Unset +from zope.component import queryNextUtility from zope.securitypolicy.interfaces import IPrincipalRoleManager from zope.traversing.api import getParents from loops.common import adapted