runtime/Worker.py
changeset 2492 7dd551ac2fa0
parent 2486 44c2a4e2b84d
child 2536 2747d6e72eb8
--- a/runtime/Worker.py	Thu Mar 07 21:57:18 2019 +0100
+++ b/runtime/Worker.py	Mon Mar 11 01:03:32 2019 +0100
@@ -9,9 +9,9 @@
 
 from __future__ import absolute_import
 import sys
-import six
 import thread
 from threading import Lock, Condition
+import six
 
 
 class job(object):