projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
getting rid of redefines
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
interpreter.py
diff --git
a/wxPython/wx/py/interpreter.py
b/wxPython/wx/py/interpreter.py
index 426b0b966f0446bfa508db7f54f4d4c5b1964fce..fe95d5e80b839065427809185b89df584bef4a99 100644
(file)
--- a/
wxPython/wx/py/interpreter.py
+++ b/
wxPython/wx/py/interpreter.py
@@
-10,12
+10,6
@@
from code import InteractiveInterpreter
import dispatcher
import introspect
import dispatcher
import introspect
-try:
- True
-except NameError:
- True = 1==1
- False = 1==0
-
class Interpreter(InteractiveInterpreter):
"""Interpreter based on code.InteractiveInterpreter."""
class Interpreter(InteractiveInterpreter):
"""Interpreter based on code.InteractiveInterpreter."""