etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 18 Mar 2020 09:37:26 +0100
branchsvghmi
changeset 2884 50b9832c51fc
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: update Makefile to pick all changes to any dependency
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"))