actorlib/spi: remove unneeded import

This commit is contained in:
Sebastien Bourdeauducq 2014-09-08 18:48:54 +08:00
parent c1e12c3346
commit 325ffdc6c6
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ from migen.flow.actor import *
from migen.flow.network import *
from migen.flow import plumbing
from migen.actorlib import misc
from migen.bank.eventmanager import *
# layout is a list of tuples, either:
# - (name, nbits, [reset value], [alignment bits])