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
12 lines
226 B
Python
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
|