source: vendor/python/2.5/Tools/scripts/idle

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

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.