home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.3.4.exe / Apache2 / python / 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.