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