beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix build exception when static file directory is missing
py2compat
17 months ago, Edouard Tisserant
5a17b0e7a360
SVGHMI: fix build exception when static file directory is missing
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"))