mirror of https://github.com/m-labs/artiq.git
hardware_testbench: port imports to NAC3
This commit is contained in:
parent
158d65c822
commit
5572f223d1
|
@ -6,9 +6,10 @@ import sys
|
||||||
import unittest
|
import unittest
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
from nac3artiq import CompileError
|
||||||
|
|
||||||
from artiq.master.databases import DeviceDB, DatasetDB
|
from artiq.master.databases import DeviceDB, DatasetDB
|
||||||
from artiq.master.worker_db import DeviceManager, DatasetManager, DeviceError
|
from artiq.master.worker_db import DeviceManager, DatasetManager, DeviceError
|
||||||
from artiq.coredevice.core import CompileError
|
|
||||||
from artiq.frontend.artiq_run import DummyScheduler
|
from artiq.frontend.artiq_run import DummyScheduler
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue