aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/runner/__init__.py
blob: 06b5d4be0c0522e22ec60888ad9818e9ceee58d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
Twisted runer: run and monitor processes

Maintainer: Andrew Bennetts

classic inetd(8) support:
Future Plans: The basic design should be final.  There are some bugs that need
fixing regarding UDP and Sun-RPC support.  Perhaps some day xinetd
compatibility will be added.

procmon:monitor and restart processes
"""

from twisted.runner._version import version
__version__ = version.short()