From 488b94eee6360d4a12185aaccaf22051f231aad9 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 24 Jan 2019 14:04:12 +0000 Subject: [PATCH] Updated LockError location --- openflexure_microscope/api/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/api/app.py b/openflexure_microscope/api/app.py index 8d4ca70c..4a8556d3 100644 --- a/openflexure_microscope/api/app.py +++ b/openflexure_microscope/api/app.py @@ -23,7 +23,7 @@ from flask_cors import CORS from openflexure_microscope.api.utilities import list_routes from openflexure_microscope import Microscope, config -from openflexure_microscope.lock import LockError +from openflexure_microscope.exceptions import LockError from openflexure_microscope.camera.pi import StreamingCamera from openflexure_microscope.stage.openflexure import Stage