Sign in
android
/
toolchain
/
python
/
2541916455921dd518c6ba8831fe84362cfd8211
/
.
/
Python-2.7.5
/
Tools
/
scripts
/
idle
blob: 1ba2a2c598169e067a1f1b26b9bdccffbb22c06e [
file
] [
log
] [
blame
]
#! /usr/bin/env python
from
idlelib
.
PyShell
import
main
if
__name__
==
'__main__'
:
main
()