projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
docstring tweaks
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
PyAlaMode.py
diff --git
a/wxPython/wx/py/PyAlaMode.py
b/wxPython/wx/py/PyAlaMode.py
index d33243a36ad116e4b45e04eb9e91735aadeee088..06d1583657669f9891162436d3c2170ab154daf1 100644
(file)
--- a/
wxPython/wx/py/PyAlaMode.py
+++ b/
wxPython/wx/py/PyAlaMode.py
@@
-11,12
+11,6
@@
import sys
import editor
-try:
- True
-except NameError:
- True = 1==1
- False = 1==0
-
class App(wx.App):
"""PyAlaMode standalone application."""