1
0
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:
Sergei Trofimov 2015-10-16 11:05:53 +01:00
parent 90bfbf6022
commit 4fa3d9de6e

View File

@ -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