mirror of https://github.com/m-labs/artiq.git
artiq_compile: add missing import.
This commit is contained in:
parent
f957be4e6f
commit
ac5c86bfdc
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3.5
|
||||
|
||||
import sys, logging, argparse
|
||||
import os, sys, logging, argparse
|
||||
|
||||
from artiq.master.databases import DeviceDB, DatasetDB
|
||||
from artiq.master.worker_db import DeviceManager, DatasetManager
|
||||
|
|
Loading…
Reference in New Issue