py_ext/PythonFileCTNMixin.py
changeset 1902 2b7e2db31d81
parent 1901 e8cf68d69447
child 2418 5587c490a070
--- 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"