2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

worker_impl: add missing import

This commit is contained in:
Sebastien Bourdeauducq 2015-04-05 17:50:48 +08:00
parent 9b46bc623a
commit 71b7fe38bc

View File

@ -5,6 +5,7 @@ from artiq.protocols import pyon
from artiq.tools import file_import
from artiq.master.worker_db import DBHub, ResultDB
from artiq.master.results import get_hdf5_output
from artiq.language.experiment import is_experiment
def get_object():