From eb89f7cf79e982ab1d316947401c399a82aa7ab1 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 7 Jul 2022 13:13:45 +0200 Subject: [PATCH] renamed beamline.Slits -> xoptics.slitcollection.SlitCollection --- devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.py b/devices.py index 6342380..166e3e9 100644 --- a/devices.py +++ b/devices.py @@ -544,7 +544,7 @@ components = [ "args": [[Component('slit_und'),Component('slit_switch'),Component('slit_att'),Component('slit_kb')]], "name": "slits", "desc": "collection of all slits", - "type": "slic.devices.beamline:Slits", + "type": "slic.devices.xoptics.slitcollection:SlitCollection", "kwargs": {}, "lazy": False, },