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