Staging
v0.8.1
Revision f7f9b6cb2df7a933f687622044a86cd49a7d9f9b authored by Walter Dörwald on 25 November 2004, 12:23:23 UTC, committed by Walter Dörwald on 25 November 2004, 12:23:23 UTC
1 parent 4fd38b3
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