Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3cf5b1eef99fbd85bbd2bcd2e6223dfec92daf8b
/
.
/
Tools
/
scripts
/
idle
blob: 1ba2a2c598169e067a1f1b26b9bdccffbb22c06e [
file
] [
log
] [
blame
]
#! /usr/bin/env python
from
idlelib
.
PyShell
import
main
if
__name__
==
'__main__'
:
main
()