etherlab/__init__.py
author Edouard Tisserant
Thu, 15 Jul 2021 11:48:02 +0200
branchsvghmi
changeset 3281 1fc4274de64e
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: Fixed halting problem when there is no session opened.
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"))