X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e5d278c12ccc50bb04d9ca20ec97ca380a7d94b..eb3efe0d4b8a0964cd0504a69c0e9540c18e390c:/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):