From ff697a47ce5775bc6aae646cd34d92ca399b6b50 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 19 Mar 2016 18:00:10 +0800 Subject: [PATCH] test/coredevice/cache: fix exception import --- artiq/test/coredevice/test_cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/test/coredevice/test_cache.py b/artiq/test/coredevice/test_cache.py index 717f68b34..368515e0b 100644 --- a/artiq/test/coredevice/test_cache.py +++ b/artiq/test/coredevice/test_cache.py @@ -1,4 +1,5 @@ from artiq.experiment import * +from artiq.coredevice.exceptions import CacheError from artiq.test.hardware_testbench import ExperimentCase