runtime/Worker.py
changeset 2463 8742337a9fe3
parent 2429 15f18dc8b56a
child 2467 fce6ab7ae156
equal deleted inserted replaced
2462:ed6b0e905fcb 2463:8742337a9fe3
     7 #
     7 #
     8 # See COPYING.Runtime file for copyrights details.
     8 # See COPYING.Runtime file for copyrights details.
     9 
     9 
    10 from __future__ import absolute_import
    10 from __future__ import absolute_import
    11 import sys
    11 import sys
       
    12 import six
    12 import thread
    13 import thread
    13 from threading import Lock, Condition
    14 from threading import Lock, Condition
    14 
    15 
    15 
    16 
    16 class job(object):
    17 class job(object):