worker_impl: add missing import

This commit is contained in:
Sebastien Bourdeauducq 2015-04-05 17:50:48 +08:00
parent 9b46bc623a
commit 71b7fe38bc
1 changed files with 1 additions and 0 deletions

View File

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