Skip to content

Commit

Permalink
Embed openssh_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
cofinoa committed Feb 13, 2022
1 parent 07e9bb4 commit e927c1d
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drm4g/communicators/openssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from drm4g.communicators import SSH_CONNECT_TIMEOUT, SFTP_CONNECTIONS
from drm4g import DRM4G_DIR, DRM4G_DIR_VAR
from drm4g.utils.url import urlparse
from openssh_wrapper import SSHConnection
from .openssh_wrapper import SSHConnection

import logging
logger = logging.getLogger(__name__)
Expand Down
Loading

0 comments on commit e927c1d

Please sign in to comment.