diff -r 56b48961cc68 -r 0f1081928d65 runtime/PLCObject.py --- a/runtime/PLCObject.py Thu Sep 28 12:20:40 2017 +0300 +++ b/runtime/PLCObject.py Thu Sep 28 15:17:57 2017 +0300 @@ -21,7 +21,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -import Pyro.core as pyro + from threading import Timer, Thread, Lock, Semaphore, Event import ctypes import os @@ -29,8 +29,11 @@ import types import sys import traceback +from time import time + +import Pyro.core as pyro + from targets.typemapping import LogLevelsDefault, LogLevelsCount, TypeTranslator, UnpackDebugBuffer -from time import time if os.name in ("nt", "ce"):