Skip to content

Commit

Permalink
Fixed DeprecationWarning for ObjectEvent.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Mar 26, 2019
1 parent 8acbe95 commit 6fa7b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/96.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed DeprecationWarning for ObjectEvent. [maurits]
2 changes: 1 addition & 1 deletion plone/dexterity/events.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from plone.dexterity import interfaces
from zope.component.interfaces import ObjectEvent
from zope.interface.interfaces import ObjectEvent
from zope.interface import implementer


Expand Down

0 comments on commit 6fa7b32

Please sign in to comment.