Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

twisted_inet.py 262B

1 year ago
1234567891011
  1. # Copyright (c) Twisted Matrix Laboratories.
  2. # See LICENSE for details.
  3. from twisted.application.service import ServiceMaker
  4. TwistedINETD = ServiceMaker(
  5. "Twisted INETD Server",
  6. "twisted.runner.inetdtap",
  7. "An inetd(8) replacement.",
  8. "inetd",
  9. )