From: Robin Dunn Date: Thu, 2 Jun 2005 03:41:32 +0000 (+0000) Subject: Have to dig a little deeper to find a wxPyDeadObject... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e0fe229bf9274f96f22df8bf3a1fed3e0523d8b7 Have to dig a little deeper to find a wxPyDeadObject... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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):