Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9c2fbb5619b01a4acca8bf3b57228138ffb81367
/
.
/
Lib
/
idlelib
/
idle.py
blob: 0d4e85fdf0944399e430830ec9c0228fc06b7689 [
file
] [
log
] [
blame
]
#!/usr/bin/python
try
:
import
idlelib
.
PyShell
idlelib
.
PyShell
.
main
()
except
ImportError
:
# IDLE is not installed, but maybe PyShell is on sys.path:
import
PyShell
PyShell
.
main
()