[Idle-dev] CVS: idle macosx_main.py,1.1,1.2

Tony Lownds tonylownds@users.sourceforge.net
Thu, 19 Dec 2002 20:26:02 -0800


Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv32618

Modified Files:
	macosx_main.py 
Log Message:


Index: macosx_main.py
===================================================================
RCS file: /cvsroot/idlefork/idle/macosx_main.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** macosx_main.py	20 Dec 2002 04:24:43 -0000	1.1
--- macosx_main.py	20 Dec 2002 04:26:00 -0000	1.2
***************
*** 40,44 ****
      # this module will become the namepsace used by the interactive
      # interpreter; remove all variables we have defined.
!     del sys, __file__, boolcheck, split, join
      __import__('run').main()
  else:
--- 40,44 ----
      # this module will become the namepsace used by the interactive
      # interpreter; remove all variables we have defined.
!     del sys, __file__, boolcheck, split, join, isdir
      __import__('run').main()
  else: