etherlab/__init__.py
author Edouard Tisserant
Fri, 28 Feb 2020 22:54:07 +0100
branchsvghmi
changeset 2846 7b1db17287b6
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: now compute discardable elements first so that we can do better grouping of required elements when sumarizing.
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"))