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 / pynche.py < prev    next >
Encoding:
Python Source  |  1998-10-06  |  190 b   |  8 lines

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