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