]> granicus.if.org Git - python/commitdiff
*** empty log message ***
authorTony Lownds <tony@lownds.com>
Fri, 20 Dec 2002 04:26:00 +0000 (04:26 +0000)
committerTony Lownds <tony@lownds.com>
Fri, 20 Dec 2002 04:26:00 +0000 (04:26 +0000)
Lib/idlelib/macosx_main.py

index 88e4197e857b2021774c784b1b7c49c66be7ec0b..78480fae89871cf03c2d778415397666509b9528 100644 (file)
@@ -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.