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
Merged release21-maint changes.
[python/dscho.git]
/
Tools
/
idle
/
idle.pyw
blob
79fe26fef5eb34106accf2de1585cc612536ae76
1
try:
2
import idle
3
except SystemExit:
4
raise
5
except:
6
import traceback
7
traceback.print_exc()
8
raw_input("Hit return to exit...")