etherlab/runtime_etherlab.py
changeset 2643 b98d9e08231f
parent 2422 45aa510d7a2a
parent 2641 c9deff128c37
child 2703 32ffdb32b14e
equal deleted inserted replaced
2640:1b4b335e19ea 2643:b98d9e08231f
       
     1 #!/usr/bin/env python
       
     2 # -*- coding: utf-8 -*-
       
     3 
       
     4 # this file is part of beremiz
       
     5 #
       
     6 # copyright (c) 2011-2014: laurent bessard, edouard tisserant
       
     7 #                          rtes lab : crkim, jblee, youcu
       
     8 #                          higen motor : donggu kang
       
     9 #
       
    10 # see copying file for copyrights details.
       
    11 
     1 from __future__ import absolute_import
    12 from __future__ import absolute_import
     2 import os
    13 import os
     3 import signal
    14 import signal
     4 import subprocess
    15 import subprocess
     5 import ctypes
    16 import ctypes