/Tools/pynche/pynche
http://unladen-swallow.googlecode.com/ · #! · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 7ec73bf426f865a798f413bbcd148b69 MD5 · raw file
- #! /usr/bin/env python
- """Run this file under Unix, or when debugging under Windows.
- Run the file pynche.pyw under Windows to inhibit the console window.
- """
- import Main
- Main.main()