home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Python-2.2.1.exe / IDLE.PY < prev    next >
Encoding:
Python Source  |  2001-05-12  |  58 b   |  5 lines

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