Fix code after move
[c4m-jtag.git] / test / cocotb / dual_parallel / test.py
index 47cf306bb2842bd911a5de5091c0fb89827f44e5..77e225d4d4bedfbe492cce56e9d145423225a441 100644 (file)
@@ -1,7 +1,7 @@
 import cocotb
 from cocotb.utils import get_sim_steps
 
-from c4m_jtag import JTAG_Master
+from c4m.cocotb.jtag.c4m_jtag import JTAG_Master
 
 @cocotb.test()
 def test01_dual(dut):