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