--- a/runtime/PLCObject.py Tue Feb 20 14:46:12 2018 +0100
+++ b/runtime/PLCObject.py Tue Feb 20 15:09:01 2018 +0100
@@ -25,11 +25,11 @@
from __future__ import absolute_import
from threading import Timer, Thread, Lock, Semaphore, Event
-import _ctypes # pylint: disable=wrong-import-order
+import _ctypes # pylint: disable=wrong-import-order from runtime.typemapping import TypeTranslator