forked from M-Labs/artiq
dashboard.log -> gui.log
This commit is contained in:
parent
8ab6011ddb
commit
7a71939201
|
@ -12,9 +12,9 @@ from artiq import __artiq_dir__ as artiq_dir
|
|||
from artiq.tools import *
|
||||
from artiq.protocols.pc_rpc import AsyncioClient
|
||||
from artiq.gui.models import ModelSubscriber
|
||||
from artiq.gui import state, applets
|
||||
from artiq.gui import state, applets, log
|
||||
from artiq.dashboard import (experiments, shortcuts, explorer,
|
||||
moninj, datasets, schedule, log)
|
||||
moninj, datasets, schedule)
|
||||
|
||||
|
||||
def get_argparser():
|
||||
|
|
Loading…
Reference in New Issue