index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
python
/
Tools
/
scripts
/
idle
blob: 1ba2a2c598169e067a1f1b26b9bdccffbb22c06e (
plain
)
1
2
3
4
5
#! /usr/bin/env python
from
idlelib.PyShell
import
main
if
__name__
==
'__main__'
:
main
()