From 1e4c0cbc5ccad7458274ba7629e61d5272062de5 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 7 Jul 2022 21:34:03 +0200 Subject: [PATCH] renamed bernina_experiment.LaserExp -> bernina_explaser.ExpLaser --- devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.py b/devices.py index 3732a9f..5190108 100644 --- a/devices.py +++ b/devices.py @@ -373,7 +373,7 @@ components = [ "name": "las", "z_und": 142, "desc": "Experiment laser optics", - "type": "slic.devices.loptics.bernina_experiment:Laser_Exp", + "type": "slic.devices.loptics.bernina_explaser:ExpLaser", "kwargs": {"ID": "SLAAR21-LMOT", "smar_config": config["las_smar_config"]}, "lazy": True, },