Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
92236e5651ade38b31281ed92e2c2846f8ccd0d8
/
.
/
Tools
/
scripts
/
idle3
blob: 8ee92c2afe8492b4221402b6ab37c8e2b0e59b18 [
file
] [
log
] [
blame
]
#! /usr/bin/env python3
from
idlelib
.
PyShell
import
main
if
__name__
==
'__main__'
:
main
()