Defer all the work to idle.py, which has recently become too

complicated to copy in-line here.
This commit is contained in:
Guido van Rossum 2000-03-06 17:16:05 +00:00
parent 6f3fceb8d8
commit 9cb083b957
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
try: try:
import PyShell import idle
PyShell.main()
except SystemExit: except SystemExit:
raise raise
except: except: