Skip to content

Commit 7e2e182

Browse files
committedApr 6, 2016
put dashboard-specific files in separate directory
1 parent 1d94cfd commit 7e2e182

File tree

9 files changed

+3
-2
lines changed

9 files changed

+3
-2
lines changed
 

Diff for: ‎artiq/dashboard/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: ‎artiq/frontend/artiq_dashboard.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
from artiq.tools import *
1313
from artiq.protocols.pc_rpc import AsyncioClient
1414
from artiq.gui.models import ModelSubscriber
15-
from artiq.gui import (state, experiments, shortcuts, explorer,
16-
moninj, datasets, applets, schedule, log)
15+
from artiq.gui import state, applets
16+
from artiq.dashboard import (experiments, shortcuts, explorer,
17+
moninj, datasets, schedule, log)
1718

1819

1920
def get_argparser():

0 commit comments

Comments
 (0)
Please sign in to comment.