projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed multiple duplicate copies (with subtly different behaviour) of SetStringSelec...
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
filling.py
diff --git
a/wxPython/wx/py/filling.py
b/wxPython/wx/py/filling.py
index 0a4b701465ecdcb98d85a8610fd6363dc79d0c1f..f34bbf0153c307dd47c7592c2cdf6ee2d7aea532 100644
(file)
--- a/
wxPython/wx/py/filling.py
+++ b/
wxPython/wx/py/filling.py
@@
-16,11
+16,6
@@
import sys
import types
from version import VERSION
-try:
- True
-except NameError:
- True = 1==1
- False = 1==0
COMMONTYPES = [getattr(types, t) for t in dir(types) \
if not t.startswith('_') \