Index: third_party/twisted_8_1/twisted/plugins/twisted_mail.py |
diff --git a/third_party/twisted_8_1/twisted/plugins/twisted_mail.py b/third_party/twisted_8_1/twisted/plugins/twisted_mail.py |
deleted file mode 100644 |
index 869b0cb5f0775bf21befe56e69c204b1a1e9835c..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/plugins/twisted_mail.py |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-# Copyright (c) 2001-2008 Twisted Matrix Laboratories. |
-# See LICENSE for details. |
- |
-from twisted.application.service import ServiceMaker |
- |
-TwistedMail = ServiceMaker( |
- "Twisted Mail", |
- "twisted.mail.tap", |
- "An email service", |
- "mail") |