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
Added documentation for optional delay argument to FileHandler and subclasses.
[python.git]
/
Tools
/
pynche
/
pynche
blob
64bf70335db2f5b48b516c8100c333000be9c970
1
#! /usr/bin/env python
2
3
"""Run this file under Unix, or when debugging under Windows.
4
Run the file pynche.pyw under Windows to inhibit the console window.
5
"""
6
import
Main
7
Main
.
main
()