examples/histogram: artiq -> artiq.experiment

This commit is contained in:
Sebastien Bourdeauducq 2016-02-08 22:24:23 +01:00
parent 4733c4ba1e
commit 1a2596de8e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from time import sleep
import numpy as np
from artiq import *
from artiq.experiment import *
class Histograms(EnvExperiment):