soc/tools/remove: fix import
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 18 Feb 2016 11:55:18 +0000 (12:55 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 18 Feb 2016 11:55:18 +0000 (12:55 +0100)
litex/soc/tools/remote/__init__.py

index f5a29bcb965ae6b34a10a1f5f96b96814ac8c8cf..ec154ab9b8abb7631443ade439b0136d6b93ca45 100644 (file)
@@ -1,3 +1,3 @@
 from litex.soc.tools.remote.comm_uart import CommUART
-from litex.soc.tools.remote.server import RemoteServer
-from litex.soc.tools.remote.client import RemoteClient
+from litex.soc.tools.remote.litex_server import RemoteServer
+from litex.soc.tools.remote.litex_client import RemoteClient