summaryrefslogtreecommitdiff
path: root/vendor/Twisted-10.0.0/twisted/plugins/twisted_manhole.py
blob: 126f251893e8ad496ab453a52e87425538caf85d (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2001-2008 Twisted Matrix Laboratories.
# See LICENSE for details.

from twisted.application.service import ServiceMaker

TwistedManhole = ServiceMaker(
    "Twisted Manhole (old)",
    "twisted.tap.manhole",
    "An interactive remote debugger service.",
    "manhole-old")