mirror of https://github.com/m-labs/artiq.git
test_phaser: port imports to NAC3
This commit is contained in:
parent
0e20058da3
commit
a606afa3bd
|
@ -1,7 +1,7 @@
|
||||||
import unittest
|
import unittest
|
||||||
from artiq.experiment import *
|
from artiq.experiment import *
|
||||||
from artiq.test.hardware_testbench import ExperimentCase
|
from artiq.test.hardware_testbench import ExperimentCase
|
||||||
from artiq.language.core import kernel, delay
|
from artiq.language.core import kernel
|
||||||
from artiq.language.units import us
|
from artiq.language.units import us
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue