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.

18 lines
775 B

  1. --- a/setup.cfg
  2. +++ b/setup.cfg
  3. @@ -105,7 +105,6 @@ console_scripts =
  4. conch = twisted.conch.scripts.conch:run
  5. mailmail = twisted.mail.scripts.mailmail:run
  6. pyhtmlizer = twisted.scripts.htmlizer:run
  7. - tkconch = twisted.conch.scripts.tkconch:run
  8. trial = twisted.scripts.trial:run
  9. twist = twisted.application.twist._twist:Twist.main
  10. twistd = twisted.scripts.twistd:run
  11. --- a/src/twisted/python/twisted-completion.zsh
  12. +++ b/src/twisted/python/twisted-completion.zsh
  13. @@ -1,4 +1,4 @@
  14. -#compdef twist twistd trial conch cftp ckeygen pyhtmlizer tkconch
  15. +#compdef twist twistd trial conch cftp ckeygen pyhtmlizer
  16. #
  17. # This is the ZSH completion file for Twisted commands. It calls the current
  18. # command-line with the special "--_shell-completion" option which is handled