summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/macosx_main.py
diff options
context:
space:
mode:
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 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.