runtime/PLCObject.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1868 616c3f4bcbcb
--- a/runtime/PLCObject.py	Thu Oct 05 16:46:29 2017 +0300
+++ b/runtime/PLCObject.py	Fri Oct 06 17:52:34 2017 +0300
@@ -25,15 +25,13 @@
 from threading import Timer, Thread, Lock, Semaphore, Event
 import ctypes
 import os
-import commands
-import types
 import sys
 import traceback
 from time import time
 
 import Pyro.core as pyro
 
-from targets.typemapping import LogLevelsDefault, LogLevelsCount, TypeTranslator, UnpackDebugBuffer
+from targets.typemapping import LogLevelsDefault, LogLevelsCount, TypeTranslator
 
 
 if os.name in ("nt", "ce"):