mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-25 21:49:19 +00:00
Move into wexpect_venv namespace
This commit is contained in:
parent
4b7786d93e
commit
4d33d7bcf7
@ -3,8 +3,8 @@ import sys
|
||||
import logging
|
||||
import traceback
|
||||
|
||||
import wexpect.console_reader as console_reader
|
||||
import wexpect.wexpect_util as wexpect_util
|
||||
import wexpect_venv.console_reader as console_reader
|
||||
import wexpect_venv.wexpect_util as wexpect_util
|
||||
|
||||
|
||||
logger = logging.getLogger('wexpect')
|
@ -1195,7 +1195,7 @@ class Wtty:
|
||||
commandLine = '"%s" %s "%s"' % (python_executable,
|
||||
' '.join(pyargs),
|
||||
f"import sys; sys.path = {spath} + sys.path;"
|
||||
f"args = {args}; import wexpect;"
|
||||
f"args = {args}; import wexpect_venv as wexpect;"
|
||||
f"wexpect.ConsoleReader(wexpect.join_args(args), {pid}, {tid}, cp={cp}, logdir={logdir})"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user