Commit e1bebe9c authored by Tony Lownds's avatar Tony Lownds

boolcheck cannot be deleted here.

parent b693f8e4
...@@ -35,7 +35,7 @@ if '-p' in sys.argv: ...@@ -35,7 +35,7 @@ if '-p' in sys.argv:
# this module will become the namespace used by the interactive # this module will become the namespace used by the interactive
# interpreter; remove all variables we have defined. # interpreter; remove all variables we have defined.
del sys, __file__, boolcheck, split, join, isdir del sys, __file__, split, join, isdir
__import__('run').main() __import__('run').main()
else: else:
# Load idlelib/idle.py which starts the application. # Load idlelib/idle.py which starts the application.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment