Skip to content

Commit

Permalink
cftp script now works on Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Nov 11, 2016
1 parent 1a2ef4b commit a29d48f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/twisted/python/_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@
# Scripts provided by Twisted on Python 2 and 3.
_CONSOLE_SCRIPTS = [
"ckeygen = twisted.conch.scripts.ckeygen:run",
"cftp = twisted.conch.scripts.cftp:run",
"conch = twisted.conch.scripts.conch:run",
"trial = twisted.scripts.trial:run",
"twist = twisted.application.twist._twist:Twist.main",
"twistd = twisted.scripts.twistd:run",
]
# Scripts provided by Twisted on Python 2 only.
_CONSOLE_SCRIPTS_PY2 = [
"cftp = twisted.conch.scripts.cftp:run",
"mailmail = twisted.mail.scripts.mailmail:run",
"pyhtmlizer = twisted.scripts.htmlizer:run",
"tkconch = twisted.conch.scripts.tkconch:run",
Expand Down Expand Up @@ -361,7 +361,6 @@ def _checkCPython(sys=sys, platform=platform):
_isCPython = _checkCPython()

notPortedModules = [
"twisted.conch.test.test_cftp",
"twisted.conch.test.test_manhole",
"twisted.conch.ui.__init__",
"twisted.conch.ui.ansi",
Expand Down

0 comments on commit a29d48f

Please sign in to comment.