From 673512f356e5095f2caac13f81381ec6618f39e2 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 19 Aug 2015 12:37:31 -0700 Subject: [PATCH] coredevice.core: fix imports. --- artiq/coredevice/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/coredevice/core.py b/artiq/coredevice/core.py index 9408693b7..6246f6301 100644 --- a/artiq/coredevice/core.py +++ b/artiq/coredevice/core.py @@ -4,6 +4,7 @@ from pythonparser import diagnostic from artiq.language.core import * from artiq.language.types import * +from artiq.language.units import * from artiq.compiler import Stitcher, Module from artiq.compiler.targets import OR1KTarget