Merge "Updating SSHV2 client for paramiko 2.0.0 issue #104"

This commit is contained in:
Jenkins 2016-05-04 16:09:54 +00:00 committed by Gerrit Code Review
commit 837db9e29c
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ from cafe.engine.sshv2.models import ExecResponse
# which causes a deadlock. https://github.com/paramiko/paramiko/issues/104
py3compat.u("")
# dirty hack 2.0 also issue 104
from cryptography.hazmat.backends import default_backend
default_backend()
class ProxyTypes(object):
SOCKS5 = 2