diff -r e8cf68d69447 -r 2b7e2db31d81 py_ext/PythonFileCTNMixin.py --- a/py_ext/PythonFileCTNMixin.py Thu Jan 11 15:41:20 2018 +0100 +++ b/py_ext/PythonFileCTNMixin.py Mon Jan 15 14:43:53 2018 +0100 @@ -171,7 +171,7 @@ ## ## Code for PLC global variable access -from targets.typemapping import TypeTranslator +from runtime.typemapping import TypeTranslator import ctypes _%(pyextname)sGlobalsDesc = [] __ext_name__ = "%(pyextname)s"