projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Warning fixes, source cleaning.
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
crust.py
diff --git
a/wxPython/wx/py/crust.py
b/wxPython/wx/py/crust.py
index ef9d235804987fa088c36b7cadfae68fe051681a..21a71cc680e2122505592894ca3ba87290845814 100644
(file)
--- a/
wxPython/wx/py/crust.py
+++ b/
wxPython/wx/py/crust.py
@@
-17,12
+17,6
@@
import frame
from shell import Shell
from version import VERSION
-try:
- True
-except NameError:
- True = 1==1
- False = 1==0
-
class Crust(wx.SplitterWindow):
"""Crust based on SplitterWindow."""