projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reSWIGged
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
PyAlaModeTest.py
diff --git
a/wxPython/wx/py/PyAlaModeTest.py
b/wxPython/wx/py/PyAlaModeTest.py
index 57b52e4524b4f598b70f378f4ae8dab64f8389aa..3ae9cb600adff6467de8b9dd813a9356975db125 100755
(executable)
--- a/
wxPython/wx/py/PyAlaModeTest.py
+++ b/
wxPython/wx/py/PyAlaModeTest.py
@@
-11,12
+11,6
@@
import sys
import editor
-try:
- True
-except NameError:
- True = 1==1
- False = 1==0
-
class App(wx.App):
"""PyAlaModeTest standalone application."""