projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor demo tweaks
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
evtmgr.py
diff --git
a/wxPython/wx/lib/evtmgr.py
b/wxPython/wx/lib/evtmgr.py
index 5c32cacb89a51f9e35ba6ca3496fdd3f2929c4f4..439ccc76f301f23790a989caf14704c21d014fd5 100644
(file)
--- 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):