home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-python-addon-1.4.9-installer.exe / idle.pyw < 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.