Imported Upstream version 12.1.0
[contrib/python-twisted.git] / twisted / plugins / twisted_manhole.py
1 # Copyright (c) Twisted Matrix Laboratories.
2 # See LICENSE for details.
3
4 from twisted.application.service import ServiceMaker
5
6 TwistedManhole = ServiceMaker(
7     "Twisted Manhole (old)",
8     "twisted.tap.manhole",
9     "An interactive remote debugger service.",
10     "manhole-old")