forked from M-Labs/artiq
1
0
Fork 0

artiq_compile: add missing import.

This commit is contained in:
whitequark 2015-12-21 21:15:18 +08:00
parent f957be4e6f
commit ac5c86bfdc
1 changed files with 1 additions and 1 deletions

View File

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