From dd7c8aa23e8b2c0b6ca4cc5800fb5d5bce48bb96 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 31 Oct 2013 17:07:39 -0400 Subject: [PATCH] fix the execnet import on init --- remoto/lib/execnet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoto/lib/execnet/__init__.py b/remoto/lib/execnet/__init__.py index ff72ccf..b9c6840 100644 --- a/remoto/lib/execnet/__init__.py +++ b/remoto/lib/execnet/__init__.py @@ -7,7 +7,7 @@ __version__ = '1.1.1-ad4' from . import apipkg -execnet.apipkg.initpkg(__name__, { +apipkg.initpkg(__name__, { 'PopenGateway': '.deprecated:PopenGateway', 'SocketGateway': '.deprecated:SocketGateway', 'SshGateway': '.deprecated:SshGateway', -- 2.47.3