plcopen/XSLTModelQuery.py
branchpython3
changeset 3751 a80a66ba52d6
parent 3750 f62625418bff
--- a/plcopen/XSLTModelQuery.py	Fri Oct 28 12:39:15 2022 +0800
+++ b/plcopen/XSLTModelQuery.py	Fri Oct 28 13:06:52 2022 +0800
@@ -7,7 +7,7 @@
 import os
 from lxml import etree
 import util.paths as paths
-from plcopen.structures import StdBlckLibs
+from . structures import StdBlckLibs
 from XSLTransform import XSLTransform
 
 ScriptDirectory = paths.AbsDir(__file__)