From e430d04d3ffbb7636018632b0a3a535e7ad4a994 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 24 Sep 2017 12:49:21 +0800 Subject: [PATCH] drtio: remove obsolete import --- artiq/gateware/drtio/core.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/artiq/gateware/drtio/core.py b/artiq/gateware/drtio/core.py index f2ecce9e4..213fb7a8a 100644 --- a/artiq/gateware/drtio/core.py +++ b/artiq/gateware/drtio/core.py @@ -6,8 +6,7 @@ from migen.genlib.cdc import ElasticBuffer from artiq.gateware.rtio.sed.core import * from artiq.gateware.rtio.input_collector import * from artiq.gateware.drtio import (link_layer, aux_controller, - rt_packet_satellite, rt_iobuffer_satellite, - rt_errors_satellite, + rt_packet_satellite, rt_errors_satellite, rt_packet_master, rt_controller_master)