Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1a1c6bbf8c1bb81dfc6310523a1fc6d6f4847b01
/
.
/
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..."
)