coredevice.core: fix imports.

This commit is contained in:
whitequark 2015-08-19 12:37:31 -07:00
parent afc3f36104
commit 673512f356
1 changed files with 1 additions and 0 deletions

View File

@ -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