Initial import to Tizen
[profile/ivi/python-twisted.git] / twisted / plugins / twisted_inet.py
1 # Copyright (c) Twisted Matrix Laboratories.
2 # See LICENSE for details.
3
4 from twisted.application.service import ServiceMaker
5
6 TwistedINETD = ServiceMaker(
7     "Twisted INETD Server",
8     "twisted.runner.inetdtap",
9     "An inetd(8) replacement.",
10     "inetd")