Fix missing import.

This commit is contained in:
whitequark 2018-09-20 11:03:18 +00:00
parent da01a03a6e
commit dbf4e78087

View File

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