From: Tony Lownds Date: Tue, 24 Dec 2002 17:22:53 +0000 (+0000) Subject: boolcheck cannot be deleted here. X-Git-Tag: v2.3c1~2885 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1bebe9cb0407b12d5e5d10d8f3e2c45ff24444d;p=python boolcheck cannot be deleted here. --- diff --git a/Lib/idlelib/macosx_main.py b/Lib/idlelib/macosx_main.py index 2520a68dd5..b1cf156899 100644 --- a/Lib/idlelib/macosx_main.py +++ b/Lib/idlelib/macosx_main.py @@ -35,7 +35,7 @@ if '-p' in sys.argv: # this module will become the namespace used by the interactive # interpreter; remove all variables we have defined. - del sys, __file__, boolcheck, split, join, isdir + del sys, __file__, split, join, isdir __import__('run').main() else: # Load idlelib/idle.py which starts the application.