Added 'description' class attribute to every command class (to help the
[python/dscho.git] / Tools / idle / idle.pyw
bloba1fc021aedc1c0aebe553133a2bb6f0804c9d059
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...")