fix import: stop deprecation warning

This commit is contained in:
Helmut Merz 2020-05-04 16:30:01 +02:00
parent ab72a31bf0
commit 59cd18cc63

View file

@ -32,7 +32,7 @@ from zope.app.catalog.field import FieldIndex
from zope.intid.interfaces import IIntIds
from zope.location.interfaces import ILocation
from zope.event import notify
from zope.component.interfaces import ObjectEvent
from zope.interface.interfaces import ObjectEvent
from zope.security.proxy import removeSecurityProxy
from zope.traversing.api import getName, getParent