home *** CD-ROM | disk | FTP | other *** search
/ Freelog 33 / Freelog033.iso / Progr / 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.