]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
fix the execnet import on init
authorAlfredo Deza <alfredo@deza.pe>
Thu, 31 Oct 2013 21:07:39 +0000 (17:07 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Thu, 31 Oct 2013 21:07:39 +0000 (17:07 -0400)
remoto/lib/execnet/__init__.py

index ff72ccf8402e25d7b189c947b0bcfb1ebda42996..b9c684032c16de81948f0fb4925bb7a07db75c97 100644 (file)
@@ -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',