twisted_portforward.py 275 B

12345678910
  1. # Copyright (c) Twisted Matrix Laboratories.
  2. # See LICENSE for details.
  3. from twisted.application.service import ServiceMaker
  4. TwistedPortForward = ServiceMaker(
  5. "Twisted Port-Forwarding",
  6. "twisted.tap.portforward",
  7. "A simple port-forwarder.",
  8. "portforward")