forked from M-Labs/artiq
fix imports
This commit is contained in:
parent
b51910fa42
commit
5c4ed7a9bd
|
@ -6,7 +6,8 @@ from quamash import QtGui, QtCore
|
||||||
from pyqtgraph import dockarea
|
from pyqtgraph import dockarea
|
||||||
|
|
||||||
from artiq.protocols.sync_struct import Subscriber
|
from artiq.protocols.sync_struct import Subscriber
|
||||||
from artiq.gui.tools import elide, DictSyncModel
|
from artiq.gui.tools import DictSyncModel
|
||||||
|
from artiq.tools import elide
|
||||||
|
|
||||||
|
|
||||||
class _ScheduleModel(DictSyncModel):
|
class _ScheduleModel(DictSyncModel):
|
||||||
|
|
|
@ -8,6 +8,8 @@ import time
|
||||||
import collections
|
import collections
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
|
import numpy as np
|
||||||
|
|
||||||
from artiq.language.environment import is_experiment
|
from artiq.language.environment import is_experiment
|
||||||
from artiq.protocols import pyon
|
from artiq.protocols import pyon
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue