Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
438b534ad0e7522cadba20cd3aec41d02b2bc09b
/
.
/
Lib
/
idlelib
/
idle.pyw
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
()