Added documentation for optional delay argument to FileHandler and subclasses.
[python.git] / Tools / pynche / pynche
blob64bf70335db2f5b48b516c8100c333000be9c970
1 #! /usr/bin/env python
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()