From ebf81900eb1997b698648376acf4ac2e77126ed9 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 14 Jul 2022 11:17:24 +0200 Subject: [PATCH] renamed timing.event_timing -> timing.events; renamed CTA_sequencer -> CTASequencer --- devices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices.py b/devices.py index 9f1779b..6a2a496 100644 --- a/devices.py +++ b/devices.py @@ -478,7 +478,7 @@ components = [ "args": ["SAR-CCTA-ESB"], "name": "seq", "desc": "sequencer timing application (CTA)", - "type": "slic.devices.timing.event_timing:CTA_sequencer", + "type": "slic.devices.timing.events:CTASequencer", "kwargs": {}, }, { @@ -492,7 +492,7 @@ components = [ "args": ["SARES20-CVME-01-EVR0"], "name": "evr_bernina", "desc": "Bernina event receiver", - "type": "slic.devices.timing.event_timing:EventReceiver", + "type": "slic.devices.timing.events:EventReceiver", "kwargs": {}, "lazy": True, },