[lldb] [test] Delay pty/tty imports to fix Windows builds
authorMichał Górny <mgorny@moritz.systems>
Fri, 1 Oct 2021 13:24:49 +0000 (15:24 +0200)
committerMichał Górny <mgorny@moritz.systems>
Fri, 1 Oct 2021 13:25:35 +0000 (15:25 +0200)
commit12ee4c9ad87e5c144cde2e8ff8a4787da0ed71df
tree9c4c9a3624e4ae51704ff6366b2abd301bbc26de
parentdfb213c2dfdc813efdaf399af5867288573de186
[lldb] [test] Delay pty/tty imports to fix Windows builds

Delay pty/tty module imports until they are actually used, in order
to prevent their import failures on Windows.
lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py