From fa6fc0cf7556daf3f39bfc0f7f103da2c19ae3f4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 7 Jul 2014 19:16:02 +0200 Subject: [PATCH] examples/coredev_test: cleanup import --- examples/coredev_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coredev_test.py b/examples/coredev_test.py index 9e17a623f..d643b1148 100644 --- a/examples/coredev_test.py +++ b/examples/coredev_test.py @@ -1,4 +1,4 @@ -from artiq.language.experiment import Experiment, kernel, syscall +from artiq.language.experiment import Experiment, kernel from artiq.devices import corecom_serial, runtime, core, gpio_core class CompilerTest(Experiment):