dashboard.log -> gui.log

This commit is contained in:
Robert Jördens 2016-05-18 13:40:20 +02:00
parent 8ab6011ddb
commit 7a71939201
2 changed files with 2 additions and 2 deletions

View File

@ -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():