mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
Import pxssh via pexpect
Importing it directly causes issues in some environments.
This commit is contained in:
parent
90bfbf6022
commit
4fa3d9de6e
@ -23,8 +23,7 @@ import threading
|
|||||||
import tempfile
|
import tempfile
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
import pxssh
|
from pexpect import EOF, TIMEOUT, spawn, pxssh
|
||||||
from pexpect import EOF, TIMEOUT, spawn
|
|
||||||
|
|
||||||
from wlauto.exceptions import HostError, DeviceError, TimeoutError, ConfigError
|
from wlauto.exceptions import HostError, DeviceError, TimeoutError, ConfigError
|
||||||
from wlauto.utils.misc import which, strip_bash_colors, escape_single_quotes, check_output
|
from wlauto.utils.misc import which, strip_bash_colors, escape_single_quotes, check_output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user