]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/PyCrust.py
Call Skip from the focus handlers so wxGTK can still do it's internal housekeeping
[wxWidgets.git] / wxPython / wx / py / PyCrust.py
index c48cb344df6996374d450aa474c4d49074728edb..4bd56370507b147ba538c59acfded7466829db99 100644 (file)
@@ -13,12 +13,6 @@ __revision__ = "$Revision$"[11:-2]
 
 import wx
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
-
 
 class App(wx.App):
     """PyCrust standalone application."""