forked from M-Labs/artiq
examples/histogram: artiq -> artiq.experiment
This commit is contained in:
parent
4733c4ba1e
commit
1a2596de8e
|
@ -2,7 +2,7 @@ from time import sleep
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
from artiq import *
|
from artiq.experiment import *
|
||||||
|
|
||||||
|
|
||||||
class Histograms(EnvExperiment):
|
class Histograms(EnvExperiment):
|
||||||
|
|
Loading…
Reference in New Issue