From 4bf83eeee2a42ee3555276e98ff2cc21b89549b3 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 26 Apr 2021 09:58:43 +0200 Subject: [PATCH] Another src->util dir rename --- devices/PCC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/PCC.py b/devices/PCC.py index 531f11e11..a038a6282 100644 --- a/devices/PCC.py +++ b/devices/PCC.py @@ -19,7 +19,7 @@ from tango import AttrWriteType import numpy # Additional import -from src.wrappers import * +from util.wrappers import * from clients.opcua_connection import OPCUAConnection from util.attribute_wrapper import attribute_wrapper -- GitLab