lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix missing import in LPCSVGHMI.py
2022-01-14, Edouard Tisserant
88e947924472
Parents
4047f251010d
Children
53a0a1621f0e
Fix missing import in LPCSVGHMI.py
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
LPCSVGHMI.py
--- a/LPCSVGHMI.py Thu Jan 13 11:49:25 2022 +0100
+++ b/LPCSVGHMI.py Fri Jan 14 09:42:57 2022 +0100
@@ -2,7 +2,7 @@
from svghmi.svghmi import SVGHMI, SVGHMILibrary, paths
import os
-from LPCArch import GetLPCProduct
+from LPCArch import GetLPCProduct, SVG_GOT_modules
# set default values so that COG browser is managed by SVGHMI
SVGHMI.XSD = """<?xml version="1.0" encoding="utf-8" ?>