test: use new RemoteClient import
This commit is contained in:
parent
c370e9f71f
commit
40b99ecc05
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from litex.soc.tools.remote import RemoteClient
|
from litex import RemoteClient
|
||||||
|
|
||||||
wb = RemoteClient()
|
wb = RemoteClient()
|
||||||
wb.open()
|
wb.open()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from litex.soc.tools.remote import RemoteClient
|
from litex import RemoteClient
|
||||||
|
|
||||||
wb = RemoteClient()
|
wb = RemoteClient()
|
||||||
wb.open()
|
wb.open()
|
||||||
|
|
Loading…
Reference in New Issue