]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/python/Tools/pynche/pynche.pyw
add hg and python
[plan9front.git] / sys / src / cmd / python / Tools / pynche / pynche.pyw
1 #! /usr/bin/env python
2
3 """Run this file under Windows to inhibit the console window.
4 Run the file pynche.py under Unix or when debugging under Windows.
5 """
6 import Main
7 Main.main()