forked from M-Labs/artiq
test/dsp: use absolute import path
Avoids "ImportError: attempted relative import with no known parent package" when doing a simple "python -m unittest test_XXX.py".
This commit is contained in:
parent
c990b5e4f1
commit
e509ab8553
|
@ -4,7 +4,7 @@ from migen import *
|
|||
from migen.fhdl.verilog import convert
|
||||
|
||||
from artiq.gateware.dsp import sawg
|
||||
from .tools import xfer
|
||||
from artiq.gateware.test.dsp.tools import xfer
|
||||
|
||||
|
||||
def _test_gen_dds(dut, o):
|
||||
|
|
Loading…
Reference in New Issue