]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/editor.py
Remove crash due to reference being kept after object destroyed
[wxWidgets.git] / wxPython / wx / py / editor.py
index 6a547188f74bbf355cd8f6a6ec12244d4baabcc0..6a6293ca22b2c5eec7c5c9280d4a4d1088a290de 100644 (file)
@@ -14,12 +14,6 @@ import frame
 from shell import Shell
 import version
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
-
 
 class EditorFrame(frame.Frame):
     """Frame containing one editor."""