/Tools/pynche/pynche.pyw

http://unladen-swallow.googlecode.com/ · Python · 7 lines · 2 code · 1 blank · 4 comment · 0 complexity · 1bb88fe28862f56b26060a3e803c9430 MD5 · raw file

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