fix: add missing import

This commit is contained in:
Helmut Merz 2021-12-06 15:56:29 +01:00
parent 1cf6bd3c06
commit c9c537af23

View file

@ -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