From 8916cf486deaec8c889d32898eb8d48d1b35d632 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 29 Apr 2019 15:15:09 -0400 Subject: [PATCH] connection: import needs_ssh for backwards compat Signed-off-by: Alfredo Deza --- remoto/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.47.3