projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Documenting WX_MONOLITHIC build option.
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
pseudo.py
diff --git
a/wxPython/wx/py/pseudo.py
b/wxPython/wx/py/pseudo.py
index 583854809a111ce294a1cca60124bafad2a1bc1d..482be6c4cc43b4eb151842076d8f8334d6386407 100644
(file)
--- a/
wxPython/wx/py/pseudo.py
+++ b/
wxPython/wx/py/pseudo.py
@@
-4,12
+4,6
@@
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
__cvsid__ = "$Id$"
__revision__ = "$Revision$"[11:-2]
-try:
- True
-except NameError:
- True = 1==1
- False = 1==0
-
class PseudoKeyword:
"""A callable class that calls a method passed as a parameter.