runtime/Worker.py
branchpython3
changeset 3750 f62625418bff
parent 3642 cd3d15e8ef42
child 3753 5256e4bd92e6
equal deleted inserted replaced
3749:fda6c1a37662 3750:f62625418bff
     5 #
     5 #
     6 # Copyright (C) 2018: Edouard TISSERANT
     6 # Copyright (C) 2018: Edouard TISSERANT
     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 
    11 import sys
    11 import sys
    12 from threading import Lock, Condition, Thread
    12 from threading import Lock, Condition, Thread
    13 
    13 
    14 import six
    14 import six
    15 from six.moves import _thread
    15 from six.moves import _thread