diff --git a/pypcc/opcuaserv/i2client.py b/pypcc/opcuaserv/i2client.py index 7aaabacf806b0e0570bffa34f7471594df6e4edf..7e2cf378e6437e9cbb8ffb5983d98edce4d17a66 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 *