diff options
Diffstat (limited to 'source/n/pssh/pssh-2.3.1-py3-import.patch')
-rw-r--r-- | source/n/pssh/pssh-2.3.1-py3-import.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source/n/pssh/pssh-2.3.1-py3-import.patch b/source/n/pssh/pssh-2.3.1-py3-import.patch deleted file mode 100644 index d40104fb..00000000 --- a/source/n/pssh/pssh-2.3.1-py3-import.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/psshlib/cli.py b/psshlib/cli.py -index c14b309..ddfe0ee 100644 ---- a/psshlib/cli.py -+++ b/psshlib/cli.py -@@ -6,7 +6,7 @@ import os - import shlex - import sys - import textwrap --import version -+from psshlib import version - - _DEFAULT_PARALLELISM = 32 - _DEFAULT_TIMEOUT = 0 # "infinity" by default |