/Tools/pynche/pynche

http://unladen-swallow.googlecode.com/ · #! · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 7ec73bf426f865a798f413bbcd148b69 MD5 · raw file

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