source: python/vendor/Python-2.7.6/Tools/scripts/idle

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 95 bytes
Line 
1#! /usr/bin/env python
2
3from idlelib.PyShell import main
4if __name__ == '__main__':
5 main()
Note: See TracBrowser for help on using the repository browser.