Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3d0ff00c08b32051c076582cf3aff81bc6c2e4ff
/
.
/
Tools
/
idle
/
idle.pyw
blob: a1fc021aedc1c0aebe553133a2bb6f0804c9d059 [
file
] [
log
] [
blame
]
try
:
import
PyShell
PyShell
.
main
()
except
SystemExit
:
raise
except
:
import
traceback
traceback
.
print_exc
()
raw_input
(
"Hit return to exit..."
)