Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a690a9967e715663b7a421c9ebdad91381cdf1e4
/
.
/
Tools
/
scripts
/
idle
blob: a209d56be7853e1b5004a22d5a2879b83c7ea723 [
file
] [
log
] [
blame
]
Guido van Rossum
ab537e9
2003-06-13 20:34:27 +0000
[
diff
] [
blame
]
1
#! /usr/bin/env python
2
3
from
idlelib
.
PyShell
import
main
4
main
()