From a3651f71f2ff34334d87d6014320d71fb6f65003 Mon Sep 17 00:00:00 2001 From: Alexander Zaft Date: Thu, 5 Oct 2023 11:13:32 +0200 Subject: [PATCH] psi: fix Done import in sea Wasn't caught during change 31697. Imports Done from modulebase instead of modules Change-Id: I54389f83092fef7847867a7e6681fc36c42ff446 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/32265 Tested-by: Jenkins Automated Tests Reviewed-by: Markus Zolliker Reviewed-by: Alexander Zaft --- frappy_psi/sea.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappy_psi/sea.py b/frappy_psi/sea.py index 78479ecc..cd1e2c0d 100644 --- a/frappy_psi/sea.py +++ b/frappy_psi/sea.py @@ -42,7 +42,8 @@ from frappy.datatypes import ArrayOf, BoolType, \ from frappy.errors import ConfigError, HardwareError, secop_error, CommunicationFailedError from frappy.lib import generalConfig, mkthread from frappy.lib.asynconn import AsynConn, ConnectionClosed -from frappy.modules import Attached, Command, Done, Drivable, \ +from frappy.modulebase import Done +from frappy.modules import Attached, Command, Drivable, \ Module, Parameter, Property, Readable, Writable from frappy.protocol.dispatcher import make_update