From e6185e16d80ba558bcc2e0dedf4da61b6a354226 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 16 Jan 2016 00:06:18 +0000 Subject: [PATCH] Commit missing parts of 127b117. --- artiq/master/worker_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/master/worker_impl.py b/artiq/master/worker_impl.py index 13ecf9b61..da697e1dc 100644 --- a/artiq/master/worker_impl.py +++ b/artiq/master/worker_impl.py @@ -9,7 +9,7 @@ from artiq.tools import file_import from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output from artiq.language.environment import is_experiment from artiq.language.core import set_watchdog_factory, TerminationRequested -from artiq.coredevice.core import CompileError +from artiq.coredevice.core import CompileError, host_only from artiq import __version__ as artiq_version