Fix missing import.

This commit is contained in:
whitequark 2018-09-20 11:03:18 +00:00
parent da01a03a6e
commit dbf4e78087
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import os
import unittest
import time
from artiq.experiment import *
from artiq.test.hardware_testbench import ExperimentCase