runtime/PLCObject.py
changeset 1732 94ffe74e6895
parent 1730 64d8f52bc8c8
child 1734 750eeb7230a1
--- 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