Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
60c8a3aba82b83e8da25e614bee2329f7c74509f
/
.
/
Lib
/
idlelib
/
idle.py
blob: 8638a165b4b64808cf9da3ef8e5d175f95be3943 [
file
] [
log
] [
blame
]
David Scherer
7aced17
2000-08-15 01:13:23 +0000
[
diff
] [
blame
]
1
#! /usr/bin/env python
2
David Scherer
7aced17
2000-08-15 01:13:23 +0000
[
diff
] [
blame
]
3
import
PyShell
4
PyShell
.
main
()