repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added 'description' class attribute to every command class (to help the
[python/dscho.git]
/
Tools
/
idle
/
idle.pyw
blob
a1fc021aedc1c0aebe553133a2bb6f0804c9d059
1
try:
2
import PyShell
3
PyShell.main()
4
except SystemExit:
5
raise
6
except:
7
import traceback
8
traceback.print_exc()
9
raw_input("Hit return to exit...")