From 1a2596de8e5e0371744ded237035038028563c34 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 8 Feb 2016 22:24:23 +0100 Subject: [PATCH] examples/histogram: artiq -> artiq.experiment --- examples/master/repository/histograms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/master/repository/histograms.py b/examples/master/repository/histograms.py index c0c660708..b8c283712 100644 --- a/examples/master/repository/histograms.py +++ b/examples/master/repository/histograms.py @@ -2,7 +2,7 @@ from time import sleep import numpy as np -from artiq import * +from artiq.experiment import * class Histograms(EnvExperiment):