runtime/PLCObject.py
changeset 1749 d73b64672238
parent 1745 f9d32913bad4
child 1750 acf02488f37f
--- a/runtime/PLCObject.py	Wed Aug 16 12:30:31 2017 +0300
+++ b/runtime/PLCObject.py	Wed Aug 16 12:48:08 2017 +0300
@@ -46,6 +46,7 @@
         tb = tb.tb_next
     return tb
 
+
 lib_ext = {
      "linux2": ".so",
      "win32":  ".dll",