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
1 changed files with 1 additions and 0 deletions

View File

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