From 3b386aa590dc6d36bbad5a46de9244919e18309c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 27 Feb 2017 18:44:32 +0800 Subject: [PATCH] fix test_moninj import --- artiq/test/coredevice/test_moninj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/coredevice/test_moninj.py b/artiq/test/coredevice/test_moninj.py index aaf47d87f..b69ccd302 100644 --- a/artiq/test/coredevice/test_moninj.py +++ b/artiq/test/coredevice/test_moninj.py @@ -1,6 +1,6 @@ import asyncio -from artiq.coredevice.moninj import * +from artiq.coredevice.comm_moninj import * from artiq.test.hardware_testbench import ExperimentCase