runtime/PLCObject.py
changeset 1881 091005ec69c4
parent 1878 fb73a6b6622d
child 1902 2b7e2db31d81
equal deleted inserted replaced
1880:e5ddbaf756cb 1881:091005ec69c4
    20 # You should have received a copy of the GNU Lesser General Public
    20 # You should have received a copy of the GNU Lesser General Public
    21 # License along with this library; if not, write to the Free Software
    21 # License along with this library; if not, write to the Free Software
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    23 
    23 
    24 
    24 
       
    25 from __future__ import absolute_import
    25 from threading import Timer, Thread, Lock, Semaphore, Event
    26 from threading import Timer, Thread, Lock, Semaphore, Event
    26 import ctypes
    27 import ctypes
    27 import os
    28 import os
    28 import sys
    29 import sys
    29 import traceback
    30 import traceback