repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Issue #7042: Use a better mechanism for testing timers in test_signal.
[python.git]
/
Tools
/
pynche
/
pynche.pyw
blob
6dfc8fed715fed209f725addc4eb633116e0ca91
1
#! /usr/bin/env python
2
3
"""Run this file under Windows to inhibit the console window.
4
Run the file pynche.py under Unix or when debugging under Windows.
5
"""
6
import
Main
7
Main
.
main
()