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

test/coredevice/cache: fix exception import

This commit is contained in:
Sebastien Bourdeauducq 2016-03-19 18:00:10 +08:00
parent 641831e0e1
commit ff697a47ce

View File

@ -1,4 +1,5 @@
from artiq.experiment import *
from artiq.coredevice.exceptions import CacheError
from artiq.test.hardware_testbench import ExperimentCase