diff -r 4d7cee25a474 -r d8fb90a2e11f runtime/PLCObject.py --- a/runtime/PLCObject.py Tue Oct 02 15:57:26 2018 +0200 +++ b/runtime/PLCObject.py Wed Oct 03 00:05:32 2018 +0200 @@ -23,7 +23,7 @@ from __future__ import absolute_import -from threading import Thread, Lock, Semaphore, Event, Condition +from threading import Thread, Lock, Semaphore, Event import ctypes import os import sys @@ -60,7 +60,6 @@ sys.stdout.flush() - def RunInMain(func): def func_wrapper(*args, **kwargs): return MainWorker.call(func, *args, **kwargs)