Fix broken import
This commit is contained in:
parent
308c5f57d9
commit
e7ab3c068f
|
@ -24,7 +24,7 @@ import os
|
||||||
from shlex import split as shlsplit
|
from shlex import split as shlsplit
|
||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
|
|
||||||
from ssh.ssh_exception import ProxyCommandFailure
|
from paramiko.ssh_exception import ProxyCommandFailure
|
||||||
|
|
||||||
|
|
||||||
class ProxyCommand(object):
|
class ProxyCommand(object):
|
||||||
|
|
Loading…
Reference in New Issue