etherlab/runtime_etherlab.py
changeset 2405 af050469fc5c
parent 2404 87eb184414bd
child 2407 5f2b1bb464a0
equal deleted inserted replaced
2404:87eb184414bd 2405:af050469fc5c
       
     1 from __future__ import absolute_import
     1 import os
     2 import os
     2 import signal
     3 import signal
     3 import subprocess
     4 import subprocess
     4 import ctypes
     5 import ctypes
     5 from threading import Thread
     6 from threading import Thread