source: python/trunk/Tools/pynche/pynche.pyw@ 6

Last change on this file since 6 was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 181 bytes
Line 
1#! /usr/bin/env python
2
3"""Run this file under Windows to inhibit the console window.
4Run the file pynche.py under Unix or when debugging under Windows.
5"""
6import Main
7Main.main()
Note: See TracBrowser for help on using the repository browser.