Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Maintain normal zope.event on low level BTree
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbare committed Nov 28, 2016
1 parent e43e2f0 commit 72a7482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone.server/plone/server/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from zope.component import queryUtility
from zope.component.factory import Factory
from zope.component.persistentregistry import PersistentComponents
from plone.server.events import notify
from zope.event import notify
from zope.interface import implementer
from zope.interface import Interface
from zope.lifecycleevent import ObjectAddedEvent
Expand Down

0 comments on commit 72a7482

Please sign in to comment.