From 7a719392016926fdf81210e547fe3acf985182a4 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 18 May 2016 13:40:20 +0200 Subject: [PATCH] dashboard.log -> gui.log --- artiq/frontend/artiq_dashboard.py | 4 ++-- artiq/{dashboard => gui}/log.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename artiq/{dashboard => gui}/log.py (100%) diff --git a/artiq/frontend/artiq_dashboard.py b/artiq/frontend/artiq_dashboard.py index 48aa15e43..0dfba0035 100755 --- a/artiq/frontend/artiq_dashboard.py +++ b/artiq/frontend/artiq_dashboard.py @@ -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(): diff --git a/artiq/dashboard/log.py b/artiq/gui/log.py similarity index 100% rename from artiq/dashboard/log.py rename to artiq/gui/log.py