diff -r 6ebd9c40b2be -r 94ffe74e6895 runtime/PLCObject.py --- a/runtime/PLCObject.py Mon Aug 14 21:09:48 2017 +0300 +++ b/runtime/PLCObject.py Mon Aug 14 21:20:32 2017 +0300 @@ -23,7 +23,11 @@ import Pyro.core as pyro from threading import Timer, Thread, Lock, Semaphore, Event -import ctypes, os, commands, types, sys +import ctypes +import os +import commands +import types +import sys from targets.typemapping import LogLevelsDefault, LogLevelsCount, TypeTranslator, UnpackDebugBuffer from time import time