mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +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 shutil
|
||||
|
||||
import pxssh
|
||||
from pexpect import EOF, TIMEOUT, spawn
|
||||
from pexpect import EOF, TIMEOUT, spawn, pxssh
|
||||
|
||||
from wlauto.exceptions import HostError, DeviceError, TimeoutError, ConfigError
|
||||
from wlauto.utils.misc import which, strip_bash_colors, escape_single_quotes, check_output
|
||||
|
Loading…
x
Reference in New Issue
Block a user