drtio: remove obsolete import

pull/889/head
Sebastien Bourdeauducq 2017-09-24 12:49:21 +08:00
parent 20d79c930c
commit e430d04d3f
1 changed files with 1 additions and 2 deletions

View File

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