From e0d5b77e275136b54cbbf3c70f0ab9c6d088aa3f Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 15 Jan 2016 17:11:26 +0000 Subject: [PATCH] Commit missing parts of 127b117. --- artiq/frontend/artiq_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_run.py b/artiq/frontend/artiq_run.py index a51b8083e..480114a46 100755 --- a/artiq/frontend/artiq_run.py +++ b/artiq/frontend/artiq_run.py @@ -12,7 +12,7 @@ import h5py from artiq.language.environment import EnvExperiment from artiq.master.databases import DeviceDB, DatasetDB from artiq.master.worker_db import DeviceManager, DatasetManager -from artiq.coredevice.core import CompileError +from artiq.coredevice.core import CompileError, host_only from artiq.compiler.embedding import ObjectMap from artiq.compiler.targets import OR1KTarget from artiq.tools import *