Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
12bf339aea9c787f7ce655d613b8898f7511c7db
/
.
/
Lib
/
idlelib
/
idle
blob: 8638a165b4b64808cf9da3ef8e5d175f95be3943 [
file
] [
log
] [
blame
]
Steven M. Gava
d7b6ed2
2001-06-25 07:23:57 +0000
[
diff
] [
blame
]
1
#! /usr/bin/env python
2
Tony Lownds
b0bfd0f
2002-12-23 18:12:41 +0000
[
diff
] [
blame
]
3
import
PyShell
4
PyShell
.
main
()