forked from M-Labs/artiq
sim: fix imports
This commit is contained in:
parent
8e594d6666
commit
5504177d48
|
@ -1,6 +1,6 @@
|
||||||
from random import Random
|
from random import Random
|
||||||
|
|
||||||
from artiq.language.core import kernel, sequential, delay_mu
|
from artiq.language.core import kernel, sequential, at_mu, delay_mu
|
||||||
from artiq.sim import time
|
from artiq.sim import time
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue