summaryrefslogtreecommitdiff
path: root/Lib/idlelib/macosx_main.py
diff options
context:
space:
mode:
authorTony Lownds <tony@lownds.com>2002-12-24 17:22:53 +0000
committerTony Lownds <tony@lownds.com>2002-12-24 17:22:53 +0000
commite1bebe9cb0407b12d5e5d10d8f3e2c45ff24444d (patch)
tree81578c91643270c1f531147bd1ac95752d363419 /Lib/idlelib/macosx_main.py
parentb693f8e4fa15c21980da9e0a90d990c35d99a8e0 (diff)
downloadcpython-git-e1bebe9cb0407b12d5e5d10d8f3e2c45ff24444d.tar.gz
boolcheck cannot be deleted here.
Diffstat (limited to 'Lib/idlelib/macosx_main.py')
-rw-r--r--Lib/idlelib/macosx_main.py2
1 files changed, 1 insertions, 1 deletions
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.