Index: third_party/twisted_8_1/twisted/plugins/twisted_names.py |
diff --git a/third_party/twisted_8_1/twisted/plugins/twisted_names.py b/third_party/twisted_8_1/twisted/plugins/twisted_names.py |
deleted file mode 100644 |
index e48edaf356ca3f1c37aa0486b6d46ec3b0eaa77d..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/plugins/twisted_names.py |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-# Copyright (c) 2001-2008 Twisted Matrix Laboratories. |
-# See LICENSE for details. |
- |
-from twisted.application.service import ServiceMaker |
- |
-TwistedNames = ServiceMaker( |
- "Twisted DNS Server", |
- "twisted.names.tap", |
- "A domain name server.", |
- "dns") |