/Tools/scripts/idle
http://unladen-swallow.googlecode.com/ · #! · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 9b16ac9c05c5edf4910e8b4d15ef4e01 MD5 · raw file
- #! /usr/bin/env python
- from idlelib.PyShell import main
- if __name__ == '__main__':
- main()