Initial import to Tizen
[profile/ivi/python-twisted.git] / twisted / plugins / twisted_names.py
1 # Copyright (c) Twisted Matrix Laboratories.
2 # See LICENSE for details.
3
4 from twisted.application.service import ServiceMaker
5
6 TwistedNames = ServiceMaker(
7     "Twisted DNS Server",
8     "twisted.names.tap",
9     "A domain name server.",
10     "dns")