runtime/PLCObject.py
changeset 1902 2b7e2db31d81
parent 1881 091005ec69c4
child 1906 60edd0c901f1
--- a/runtime/PLCObject.py	Thu Jan 11 15:41:20 2018 +0100
+++ b/runtime/PLCObject.py	Mon Jan 15 14:43:53 2018 +0100
@@ -32,7 +32,8 @@
 
 import Pyro.core as pyro
 
-from targets.typemapping import LogLevelsDefault, LogLevelsCount, TypeTranslator
+from runtime.typemapping import TypeTranslator
+from runtime.loglevels import LogLevelsDefault, LogLevelsCount
 
 
 if os.name in ("nt", "ce"):