source:
vendor/python/2.5/Tools/pynche/pynche.pyw
Last change on this file was 3225, checked in by , 18 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
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() |
Note:
See TracBrowser
for help on using the repository browser.