Staging
v0.5.1
https://github.com/python/cpython
Revision ce76e0a15e2f6f9ac33bfe27ca2deca550821690 authored by Fred Drake on 15 January 2002, 22:00:25 UTC, committed by Fred Drake on 15 January 2002, 22:00:25 UTC
1 parent ee924a9
Raw File
Tip revision: ce76e0a15e2f6f9ac33bfe27ca2deca550821690 authored by Fred Drake on 15 January 2002, 22:00:25 UTC
Set the release version and date.
Tip revision: ce76e0a
pynche
#! /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()
back to top