From: Alfredo Deza Date: Mon, 29 Apr 2019 19:15:09 +0000 (-0400) Subject: connection: import needs_ssh for backwards compat X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8916cf486deaec8c889d32898eb8d48d1b35d632;p=remoto.git connection: import needs_ssh for backwards compat Signed-off-by: Alfredo Deza --- diff --git a/remoto/connection.py b/remoto/connection.py index 47c2895..4aeaf65 100644 --- a/remoto/connection.py +++ b/remoto/connection.py @@ -1,7 +1,7 @@ import logging # compatibility for older clients that rely on the previous ``Connection`` class from remoto.backends import BaseConnection as Connection # noqa -from remoto.backends import ssh, openshift, kubernetes, local, podman, docker +from remoto.backends import ssh, openshift, kubernetes, local, podman, docker, needs_ssh logger = logging.getLogger('remoto')