home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Tools / pynche / pynche.pyw < prev    next >
Encoding:
Text File  |  2000-06-23  |  181 b   |  8 lines

  1. #! /usr/bin/env python
  2.  
  3. """Run this file under Windows to inhibit the console window.
  4. Run the file pynche.py under Unix or when debugging under Windows.
  5. """
  6. import Main
  7. Main.main()
  8.