Files
ports/security/pssh/files/patch-psshlib_cli.py
Brooks Davis 40fd38b3e2 Fix bitrotted code.
Drop maintainership.  I don't use this port much as evidenced by the
fact that one of these bugs was fixed in Arch Linux in 2016
(https://bugs.archlinux.org/task/46571).

Submitted by:	Jacob D Hunt
MFH:		2020Q2
2020-04-10 16:55:09 +00:00

12 lines
226 B
Python

--- psshlib/cli.py.orig
+++ psshlib/cli.py
@@ -6,7 +6,7 @@
import shlex
import sys
import textwrap
-import version
+from psshlib import version
_DEFAULT_PARALLELISM = 32
_DEFAULT_TIMEOUT = 0 # "infinity" by default