runtime/PLCObject.py
changeset 2309 d8fb90a2e11f
parent 2270 d9175daf6522
child 2324 1cf3768ebf85
--- 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)