Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8bfefce75e2f7a55e82a88f080d40da60defe95c
/
.
/
Tools
/
idle
/
idle.py
blob: 3c06e05488dcd83d1beea94c2ee2025ccadf2047 [
file
] [
log
] [
blame
]
Guido van Rossum
3d0669d
1998-10-10 18:58:15 +0000
[
diff
] [
blame
]
1
#! /usr/bin/env python
2
import
PyShell
3
PyShell
.
main
()