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.

22 lines
1.1 KiB

  1. diff --git a/src/twisted/python/_setup.py b/src/twisted/python/_setup.py
  2. index 3b5f69d4b..c69c5d13c 100644
  3. --- a/src/twisted/python/_setup.py
  4. +++ b/src/twisted/python/_setup.py
  5. @@ -142,7 +142,6 @@ _CONSOLE_SCRIPTS = [
  6. "cftp = twisted.conch.scripts.cftp:run",
  7. "conch = twisted.conch.scripts.conch:run",
  8. "pyhtmlizer = twisted.scripts.htmlizer:run",
  9. - "tkconch = twisted.conch.scripts.tkconch:run",
  10. "trial = twisted.scripts.trial:run",
  11. "twist = twisted.application.twist._twist:Twist.main",
  12. "twistd = twisted.scripts.twistd:run",
  13. diff --git a/src/twisted/python/twisted-completion.zsh b/src/twisted/python/twisted-completion.zsh
  14. index 4d97aa5d3..9a8d4d82e 100644
  15. --- a/src/twisted/python/twisted-completion.zsh
  16. +++ b/src/twisted/python/twisted-completion.zsh
  17. @@ -1,4 +1,4 @@
  18. -#compdef twistd trial conch cftp ckeygen pyhtmlizer tkconch
  19. +#compdef twistd trial conch cftp ckeygen pyhtmlizer
  20. #
  21. # This is the ZSH completion file for Twisted commands. It calls the current
  22. # command-line with the special "--_shell-completion" option which is handled