clan-cli: clan_cli.async_run -> clan_lib.async_run
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import pytest
|
||||
from clan_cli.async_run import AsyncRuntime
|
||||
from clan_lib.async_run import AsyncRuntime
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from clan_cli.async_run import AsyncRuntime
|
||||
from clan_cli.ssh.host import Host
|
||||
from clan_lib.async_run import AsyncRuntime
|
||||
from clan_lib.cmd import ClanCmdTimeoutError, Log, RunOpts
|
||||
|
||||
host = Host("some_host")
|
||||
|
||||
@@ -4,10 +4,10 @@ from collections.abc import Generator
|
||||
from typing import Any, NamedTuple
|
||||
|
||||
import pytest
|
||||
from clan_cli.async_run import AsyncRuntime
|
||||
from clan_cli.ssh.host import Host
|
||||
from clan_cli.ssh.host_key import HostKeyCheck
|
||||
from clan_cli.ssh.parse import parse_deployment_address
|
||||
from clan_lib.async_run import AsyncRuntime
|
||||
from clan_lib.cmd import ClanCmdTimeoutError, Log, RunOpts
|
||||
from clan_lib.errors import ClanError, CmdOut
|
||||
|
||||
|
||||
Reference in New Issue
Block a user