Commit missing parts of 127b117.

This commit is contained in:
whitequark 2016-01-16 00:06:18 +00:00
parent bed62349d2
commit e6185e16d8
1 changed files with 1 additions and 1 deletions

View File

@ -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