etherlab/runtime_etherlab.py
branchpython3
changeset 3750 f62625418bff
parent 2703 32ffdb32b14e
equal deleted inserted replaced
3749:fda6c1a37662 3750:f62625418bff
     7 #                          rtes lab : crkim, jblee, youcu
     7 #                          rtes lab : crkim, jblee, youcu
     8 #                          higen motor : donggu kang
     8 #                          higen motor : donggu kang
     9 #
     9 #
    10 # see copying file for copyrights details.
    10 # see copying file for copyrights details.
    11 
    11 
    12 from __future__ import absolute_import
    12 
    13 import os
    13 import os
    14 import signal
    14 import signal
    15 import subprocess
    15 import subprocess
    16 import ctypes
    16 import ctypes
    17 from threading import Thread
    17 from threading import Thread