runtime/Worker.py
changeset 2463 8742337a9fe3
parent 2429 15f18dc8b56a
child 2467 fce6ab7ae156
--- a/runtime/Worker.py	Tue Nov 27 13:34:14 2018 +0100
+++ b/runtime/Worker.py	Tue Dec 04 11:31:58 2018 +0100
@@ -9,6 +9,7 @@
 
 from __future__ import absolute_import
 import sys
+import six
 import thread
 from threading import Lock, Condition