summaryrefslogtreecommitdiffstats
path: root/tools/buildbot/pylibs/twisted/plugins/twisted_telnet.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildbot/pylibs/twisted/plugins/twisted_telnet.py')
-rw-r--r--tools/buildbot/pylibs/twisted/plugins/twisted_telnet.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/buildbot/pylibs/twisted/plugins/twisted_telnet.py b/tools/buildbot/pylibs/twisted/plugins/twisted_telnet.py
deleted file mode 100644
index 62be602..0000000
--- a/tools/buildbot/pylibs/twisted/plugins/twisted_telnet.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (c) 2001-2008 Twisted Matrix Laboratories.
-# See LICENSE for details.
-
-from twisted.application.service import ServiceMaker
-
-TwistedTelnet = ServiceMaker(
- "Twisted Telnet Shell Server",
- "twisted.tap.telnet",
- "A simple, telnet-based remote debugging service.",
- "telnet")