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