home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / pythonwin / python.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.