Skip to content

Commit

Permalink
put dashboard-specific files in separate directory
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 6, 2016
1 parent 1d94cfd commit 7e2e182
Showing 9 changed files with 3 additions and 2 deletions.
Empty file added artiq/dashboard/__init__.py
Empty file.
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.
5 changes: 3 additions & 2 deletions artiq/frontend/artiq_dashboard.py
Original file line number Diff line number Diff line change
@@ -12,8 +12,9 @@
from artiq.tools import *
from artiq.protocols.pc_rpc import AsyncioClient
from artiq.gui.models import ModelSubscriber
from artiq.gui import (state, experiments, shortcuts, explorer,
moninj, datasets, applets, schedule, log)
from artiq.gui import state, applets
from artiq.dashboard import (experiments, shortcuts, explorer,
moninj, datasets, schedule, log)


def get_argparser():

0 comments on commit 7e2e182

Please sign in to comment.