test: use new RemoteClient import

This commit is contained in:
Florent Kermarrec 2018-09-23 10:28:50 +02:00
parent c370e9f71f
commit 40b99ecc05
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
from litex.soc.tools.remote import RemoteClient from litex import RemoteClient
wb = RemoteClient() wb = RemoteClient()
wb.open() wb.open()