[Idle-dev] CVS: idle macosx_main.py,1.4,1.5

Tony Lownds tonylownds@users.sourceforge.net
Tue, 24 Dec 2002 09:22:55 -0800


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

Modified Files:
	macosx_main.py 
Log Message:
boolcheck cannot be deleted here.

Index: macosx_main.py
===================================================================
RCS file: /cvsroot/idlefork/idle/macosx_main.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** macosx_main.py	23 Dec 2002 18:36:14 -0000	1.4
--- macosx_main.py	24 Dec 2002 17:22:53 -0000	1.5
***************
*** 36,40 ****
      # this module will become the namespace used by the interactive
      # interpreter; remove all variables we have defined.
!     del sys, __file__, boolcheck, split, join, isdir
      __import__('run').main()
  else:
--- 36,40 ----
      # this module will become the namespace used by the interactive
      # interpreter; remove all variables we have defined.
!     del sys, __file__, split, join, isdir
      __import__('run').main()
  else: