Restructured labthings

This commit is contained in:
jtc42 2019-12-21 12:10:09 +00:00
parent 206dd521ec
commit a8a3cafa97
39 changed files with 275 additions and 269 deletions

View file

@ -1,5 +1,5 @@
from openflexure_microscope.common.labthings.find import find_device
from openflexure_microscope.common.labthings.plugins import BasePlugin
from openflexure_microscope.common.flask_labthings.find import find_device
from openflexure_microscope.common.flask_labthings.plugins import BasePlugin
from openflexure_microscope.microscope import Microscope
from openflexure_microscope.devel import JsonResponse, request, jsonify, taskify, abort

View file

@ -6,8 +6,8 @@ from typing import Tuple
from functools import reduce
from openflexure_microscope.camera.base import generate_basename
from openflexure_microscope.common.labthings.find import find_device, find_plugin
from openflexure_microscope.common.labthings.plugins import BasePlugin
from openflexure_microscope.common.flask_labthings.find import find_device, find_plugin
from openflexure_microscope.common.flask_labthings.plugins import BasePlugin
from openflexure_microscope.devel import (
JsonResponse,