projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Another addtomethod removed
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
dispatcher.py
diff --git
a/wxPython/wx/py/dispatcher.py
b/wxPython/wx/py/dispatcher.py
index 9509d1edddb6e5e5a5a1d56f63fee65950f9dd23..4242179884c2dc6863735b3157029885ecf05f93 100644
(file)
--- a/
wxPython/wx/py/dispatcher.py
+++ b/
wxPython/wx/py/dispatcher.py
@@
-8,12
+8,6
@@
import exceptions
import types
import weakref
-try:
- True
-except NameError:
- True = 1==1
- False = 1==0
-
class DispatcherError(exceptions.Exception):
def __init__(self, args=None):