Skip to content

Commit

Permalink
Move broker.ssh_backend to broker.binds.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Apr 15, 2024
1 parent 95011f7 commit 87ad27f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion broker/binds/pylibssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pylibsshext.session import Session as _Session

from broker import exceptions, helpers
from broker.ssh_session import _create_connect_socket
from broker.binds.utils import _create_connect_socket


class Session:
Expand Down
2 changes: 1 addition & 1 deletion broker/binds/ssh2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from ssh2.session import Session as _Session

from broker import exceptions, helpers
from broker.ssh_session import _create_connect_socket
from broker.binds.utils import _create_connect_socket

SFTP_MODE = (
_sftp.LIBSSH2_SFTP_S_IRUSR
Expand Down
File renamed without changes.

0 comments on commit 87ad27f

Please sign in to comment.