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