Updated tasks nomenclature
This commit is contained in:
parent
56051f8863
commit
24398ba7dc
27 changed files with 100 additions and 136 deletions
|
|
@ -4,9 +4,9 @@ Top-level representation of enabled actions
|
|||
from flask import url_for
|
||||
from . import camera, stage, system
|
||||
|
||||
from labthings.server.view import View
|
||||
from labthings.server.find import current_labthing
|
||||
from labthings.server.utilities import description_from_view
|
||||
from labthings import current_labthing
|
||||
from labthings.views import View
|
||||
from labthings.utilities import description_from_view
|
||||
|
||||
_actions = {
|
||||
"capture": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue