Staging
v0.5.1
Revision bc160b73dbba7327f436734d3732fa94949d778f authored by Matthias Klose on 16 December 2008, 13:12:32 UTC, committed by Matthias Klose on 16 December 2008, 13:12:32 UTC
1 parent 8578803
Raw File
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