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