runtime/PLCObject.py
changeset 1783 3311eea28d56
parent 1780 c52d1460cea8
child 1831 56b48961cc68
--- a/runtime/PLCObject.py	Mon Aug 21 21:55:18 2017 +0300
+++ b/runtime/PLCObject.py	Mon Aug 21 22:41:37 2017 +0300
@@ -28,6 +28,7 @@
 import commands
 import types
 import sys
+import traceback
 from targets.typemapping import LogLevelsDefault, LogLevelsCount, TypeTranslator, UnpackDebugBuffer
 from time import time
 
@@ -38,8 +39,6 @@
 elif os.name == "posix":
     from _ctypes import dlopen, dlclose
 
-import traceback
-
 
 def get_last_traceback(tb):
     while tb.tb_next: