From: Tony Lownds Date: Fri, 20 Dec 2002 04:26:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v2.3c1~2938 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=582fa882d2c596d82d4c11401c0bdb219444cfcd;p=thirdparty%2FPython%2Fcpython.git *** empty log message *** --- diff --git a/Lib/idlelib/macosx_main.py b/Lib/idlelib/macosx_main.py index 88e4197e857b..78480fae8987 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.