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)
     app.fillingFrame.filling.tree.Expand(app.root)
     app.MainLoop()
 
-
 if __name__ == '__main__':
     main()