home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 March / INTERNET115.ISO / pc / software / windows / building / python / python_233.exe / IDLE < prev    next >
Encoding:
Text File  |  2003-06-13  |  68 b   |  5 lines

  1. #! /usr/bin/env python
  2.  
  3. from idlelib.PyShell import main
  4. main()
  5.