summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTony Lownds <tony@lownds.com>2002-12-20 04:26:00 (GMT)
committerTony Lownds <tony@lownds.com>2002-12-20 04:26:00 (GMT)
commit582fa882d2c596d82d4c11401c0bdb219444cfcd (patch)
treed4f92a4fdf6938bb103fa268ba0c278f05b7e4b6 /Lib
parentf53dec2e4e8a017641db4de73456a2724a75e64b (diff)
downloadcpython-582fa882d2c596d82d4c11401c0bdb219444cfcd.zip
cpython-582fa882d2c596d82d4c11401c0bdb219444cfcd.tar.gz
cpython-582fa882d2c596d82d4c11401c0bdb219444cfcd.tar.bz2
*** empty log message ***
Diffstat (limited to 'Lib')
-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 88e4197..78480fa 100644
--- a/Lib/idlelib/macosx_main.py
+++ b/Lib/idlelib/macosx_main.py
@@ -39,7 +39,7 @@ if '-p' in sys.argv:
# this module will become the namepsace used by the interactive
# interpreter; remove all variables we have defined.
- del sys, __file__, boolcheck, split, join
+ del sys, __file__, boolcheck, split, join, isdir
__import__('run').main()
else:
# Load idlelib/idle.py which starts the application.