From 6483a22a6810c5f47e7b50d44fa77c3918546670 Mon Sep 17 00:00:00 2001
From: Hannes Feldt <feldt@astron.nl>
Date: Tue, 17 Dec 2024 13:37:28 +0100
Subject: [PATCH] fix

---
 pypcc/opcuaserv/i2client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pypcc/opcuaserv/i2client.py b/pypcc/opcuaserv/i2client.py
index 7aaabac..7e2cf37 100644
--- a/pypcc/opcuaserv/i2client.py
+++ b/pypcc/opcuaserv/i2client.py
@@ -1,6 +1,6 @@
 #This is the OPC-UA side of the pipes to I2Cserver
 
-from multiprocessing import Queue
+from queue import Queue
 from pypcc.queuetypes import *
 
 
-- 
GitLab