etherlab/__init__.py
author Edouard Tisserant
Mon, 08 Nov 2021 14:10:36 +0100
changeset 3387 ecefd38d5c7d
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
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"))