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