Staging
v0.8.1
Revision bfe36ec1f580248d5e718667c204974275f8974a authored by Georg Brandl on 12 May 2013, 10:28:20 UTC, committed by Georg Brandl on 12 May 2013, 10:28:20 UTC
1 parent c502df4
Raw File
pynche.pyw
#! /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()
back to top