Index: third_party/twisted_8_1/twisted/plugins/twisted_telnet.py |
diff --git a/third_party/twisted_8_1/twisted/plugins/twisted_telnet.py b/third_party/twisted_8_1/twisted/plugins/twisted_telnet.py |
deleted file mode 100644 |
index 62be6027e7585b38a5b0f05ca10a744127759863..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/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") |