X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e5d278c12ccc50bb04d9ca20ec97ca380a7d94b..18fc605924327cb4e9b3beb994c607cf28a08560:/wxPython/wx/lib/evtmgr.py diff --git a/wxPython/wx/lib/evtmgr.py b/wxPython/wx/lib/evtmgr.py index 5c32cacb89..439ccc76f3 100644 --- a/wxPython/wx/lib/evtmgr.py +++ b/wxPython/wx/lib/evtmgr.py @@ -274,7 +274,7 @@ class EventManager: def __isDeadWxObject(self, anObject): - return isinstance(anObject, wx._wxPyDeadObject) + return isinstance(anObject, wx._core._wxPyDeadObject) def __isDeadTopic(self, aTopic):