runtime/PLCObject.py
changeset 1732 94ffe74e6895
parent 1730 64d8f52bc8c8
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    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 import Pyro.core as pyro
    24 import Pyro.core as pyro
    25 from threading import Timer, Thread, Lock, Semaphore, Event
    25 from threading import Timer, Thread, Lock, Semaphore, Event
    26 import ctypes, os, commands, types, sys
    26 import ctypes
       
    27 import os
       
    28 import commands
       
    29 import types
       
    30 import sys
    27 from targets.typemapping import LogLevelsDefault, LogLevelsCount, TypeTranslator, UnpackDebugBuffer
    31 from targets.typemapping import LogLevelsDefault, LogLevelsCount, TypeTranslator, UnpackDebugBuffer
    28 from time import time
    32 from time import time
    29 
    33 
    30 
    34 
    31 if os.name in ("nt", "ce"):
    35 if os.name in ("nt", "ce"):