From e0fe229bf9274f96f22df8bf3a1fed3e0523d8b7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 2 Jun 2005 03:41:32 +0000 Subject: [PATCH] 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 --- wxPython/wx/lib/evtmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.50.0