]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/PyFilling.py
fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl...
[wxWidgets.git] / wxPython / wx / py / PyFilling.py
index 5331791f33f5195daaee1dd659410491be340b5c..df8d1ca6214cbc4f874f1ac30aa60a0956f7ce5d 100644 (file)
@@ -18,13 +18,6 @@ import shell
 import sys
 import wx
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
-
-
 class App(filling.App):
     def OnInit(self):
         filling.App.OnInit(self)
@@ -38,6 +31,5 @@ def main():
     app.fillingFrame.filling.tree.Expand(app.root)
     app.MainLoop()
 
-
 if __name__ == '__main__':
     main()