Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
645ea48314742417880c1929ff272d0d3a9768ba
/
.
/
Tools
/
idle
/
idle.pyw
blob: 79fe26fef5eb34106accf2de1585cc612536ae76 [
file
]
try
:
import
idle
except
SystemExit
:
raise
except
:
import
traceback
traceback
.
print_exc
()
raw_input
(
"Hit return to exit..."
)