]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/PyShell.py
Added some docstrings.
[wxWidgets.git] / wxPython / wx / py / PyShell.py
index 39f3c103f95e51d6a5ee3d5df036f1ebbb56d26d..954ebed4c3358d34915bc3ede4b8f7a5d73de992 100644 (file)
@@ -13,13 +13,6 @@ __revision__ = "$Revision$"[11:-2]
 
 import wx
 
 
 import wx
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
-
-
 class App(wx.App):
     """PyShell standalone application."""
 
 class App(wx.App):
     """PyShell standalone application."""