Index: third_party/twisted_8_1/twisted/plugins/twisted_inet.py |
diff --git a/third_party/twisted_8_1/twisted/plugins/twisted_inet.py b/third_party/twisted_8_1/twisted/plugins/twisted_inet.py |
deleted file mode 100644 |
index b05df88efe838ac509d6ad8eb17aa9e0ba14e2fa..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/plugins/twisted_inet.py |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-# Copyright (c) 2001-2008 Twisted Matrix Laboratories. |
-# See LICENSE for details. |
- |
-from twisted.application.service import ServiceMaker |
- |
-TwistedINETD = ServiceMaker( |
- "Twisted INETD Server", |
- "twisted.runner.inetdtap", |
- "An inetd(8) replacement.", |
- "inetd") |