| Index: third_party/twisted_8_1/twisted/plugins/twisted_portforward.py
|
| diff --git a/third_party/twisted_8_1/twisted/plugins/twisted_portforward.py b/third_party/twisted_8_1/twisted/plugins/twisted_portforward.py
|
| deleted file mode 100644
|
| index 77d605ed6a584c6ae638ca80de564e597621ccc8..0000000000000000000000000000000000000000
|
| --- a/third_party/twisted_8_1/twisted/plugins/twisted_portforward.py
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -# Copyright (c) 2001-2008 Twisted Matrix Laboratories.
|
| -# See LICENSE for details.
|
| -
|
| -from twisted.application.service import ServiceMaker
|
| -
|
| -TwistedPortForward = ServiceMaker(
|
| - "Twisted Port-Forwarding",
|
| - "twisted.tap.portforward",
|
| - "A simple port-forwarder.",
|
| - "portforward")
|
|
|