runtime/Worker.py
changeset 2309 d8fb90a2e11f
parent 2307 c44692b53736
child 2429 15f18dc8b56a
--- a/runtime/Worker.py	Tue Oct 02 15:57:26 2018 +0200
+++ b/runtime/Worker.py	Wed Oct 03 00:05:32 2018 +0200
@@ -12,6 +12,7 @@
 import thread
 from threading import Lock, Condition
 
+
 class job(object):
     """
     job to be executed by a worker