etherlab/__init__.py
author Edouard Tisserant
Thu, 20 May 2021 12:16:51 +0200
branchsvghmi
changeset 3245 c441181247cf
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: DnD UI : changed layout again, moved description in a vertical splitter, added scrollbar for preview and signature, fixed flickering description
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"))