beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix exception when stored widget library path does not exist anymore
svghmi
2021-06-09, Edouard Tisserant
9233e60a8317
SVGHMI: fix exception when stored widget library path does not exist anymore
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))