etherlab/__init__.py
author Edouard Tisserant
Tue, 13 Sep 2022 16:29:21 +0200
changeset 3603 f1a00aa8cb3b
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: rework the way cached values are applied to widgets when fresh data 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"))